#CFD0AE

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

Shades of Orinoco #CFD0AE

Tints of Orinoco #CFD0AE

Color information

#CFD0AE (or 0xCFD0AE) is unknown color: approx Orinoco. HEX triplet: CF, D0 and AE. RGB value is (207,208,174). Sum of RGB (Red+Green+Blue) = 207+208+174=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD0AE is #302F51. Grayscale: #CBCBCB. Windows color (decimal): -3157842 or 11456719. OLE color: 11456719.

HSL color Cylindrical-coordinate representation of color #CFD0AE: hue angle of 61.76º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFD0AE is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB207208174-
CMYK0.0000.160.18
HSL61.76º26.56%74.9%-
HSV(B)61.76º16.35%81.57%-
XYZ55.9361.4348.95-
YUV203.82111.17130.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=35.14%
G=35.31%
B=29.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081740.0000.160.1861.7626.5674.9
HexCFD0AE0010123e1b4b
Octal3173202560020227633113
Binary110011111101000010101110001000010010111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0AE; }

 p { color: rgb(207,208,174); }

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

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

 a { background-color: rgb(207,208,174); }

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

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

 span { border-color: rgb(207,208,174); }

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