#CFDCA8

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

Shades of Orinoco #CFDCA8

Tints of Orinoco #CFDCA8

Color information

#CFDCA8 (or 0xCFDCA8) is unknown color: approx Orinoco. HEX triplet: CF, DC and A8. RGB value is (207,220,168). Sum of RGB (Red+Green+Blue) = 207+220+168=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCA8 is #302357. Grayscale: #D2D2D2. Windows color (decimal): -3154776 or 11066575. OLE color: 11066575.

HSL color Cylindrical-coordinate representation of color #CFDCA8: hue angle of 75º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFDCA8 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB207220168-
CMYK0.0600.240.14
HSL75º42.62%76.08%-
HSV(B)75º23.64%86.27%-
XYZ58.3967.2846.95-
YUV210.18104.19125.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 168 (66.02% from 255) = 28.24%
R=34.79%
G=36.97%
B=28.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201680.0600.240.147542.6276.08
HexCFDCA86018E4b2b4c
Octal31733425060301611353114
Binary110011111101110010101000110011000111010010111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCA8; }

 p { color: rgb(207,220,168); }

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

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

 a { background-color: rgb(207,220,168); }

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

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

 span { border-color: rgb(207,220,168); }

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