[R] Finding a color code.

Chuck Cleland ccleland at optonline.net
Mon Jun 26 18:52:43 CEST 2006


A Ezhil wrote:
> Hi,
> 
> Is it possible to find corresponding color code in R
> for the following RGB (R185, G35 & B80)? 

rgb(185, 35, 80, max=255)
[1] "#B92350"

?rgb

> Thanks in advance.
> 
> Best regards,
> Ezhil
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
> 

-- 
Chuck Cleland, Ph.D.
NDRI, Inc.
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 512-0171 (M, W, F)
fax: (917) 438-0894



More information about the R-help mailing list