#CFD1A2

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

Shades of Orinoco #CFD1A2

Tints of Orinoco #CFD1A2

Color information

#CFD1A2 (or 0xCFD1A2) is unknown color: approx Orinoco. HEX triplet: CF, D1 and A2. RGB value is (207,209,162). Sum of RGB (Red+Green+Blue) = 207+209+162=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD1A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD1A2 is #302E5D. Grayscale: #CBCBCB. Windows color (decimal): -3157598 or 10670543. OLE color: 10670543.

HSL color Cylindrical-coordinate representation of color #CFD1A2: hue angle of 62.55º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFD1A2 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB207209162-
CMYK0.0100.220.18
HSL62.55º33.81%72.75%-
HSV(B)62.55º22.49%81.96%-
XYZ55.0561.4743.15-
YUV203.04104.84130.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 209 (82.03% from 255) = 36.16%
BLUE value IS 162 (63.67% from 255) = 28.03%
R=35.81%
G=36.16%
B=28.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072091620.0100.220.1862.5533.8172.75
HexCFD1A21016123f2249
Octal3173212421026227742111
Binary1100111111010001101000101010110100101111111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD1A2; }

 p { color: rgb(207,209,162); }

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

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

 a { background-color: rgb(207,209,162); }

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

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

 span { border-color: rgb(207,209,162); }

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