#CFD5A1

Color #CFD5A1 Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #CFD5A1

Tints of Orinoco #CFD5A1

Color information

#CFD5A1 (or 0xCFD5A1) is unknown color: approx Orinoco. HEX triplet: CF, D5 and A1. RGB value is (207,213,161). Sum of RGB (Red+Green+Blue) = 207+213+161=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD5A1 is #302A5E. Grayscale: #CDCDCD. Windows color (decimal): -3156575 or 10606031. OLE color: 10606031.

HSL color Cylindrical-coordinate representation of color #CFD5A1: hue angle of 66.92º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFD5A1 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB207213161-
CMYK0.0300.240.16
HSL66.92º38.24%73.33%-
HSV(B)66.92º24.41%83.53%-
XYZ55.9663.4343.01-
YUV205.28103.01129.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 213 (83.59% from 255) = 36.66%
BLUE value IS 161 (63.28% from 255) = 27.71%
R=35.63%
G=36.66%
B=27.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131610.0300.240.1666.9238.2473.33
HexCFD5A1301810432649
Octal31732524130302010346111
Binary110011111101010110100001110110001000010000111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5A1; }

 p { color: rgb(207,213,161); }

 H1.HeaderClassName
 {
   color: #CFD5A1;
 }
 .AnyTagClassName
 {
   color: #CFD5A1;
 }
</style>
background-color css

<style>
 a { background-color: #CFD5A1; }

 a { background-color: rgb(207,213,161); }

 div.DivClassName
 {
   background-color: #CFD5A1;
 }
 .BgClassName
 {
   background-color: #CFD5A1;
 }
</style>
border-color css

<style>
 span { border-color: #CFD5A1; }

 span { border-color: rgb(207,213,161); }

 td.TdClassName
 {
   border-color: #CFD5A1;
 }
 .TagClassName
 {
   border-color: #CFD5A1;
 }
</style>