#CFD9AE

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

Shades of Orinoco #CFD9AE

Tints of Orinoco #CFD9AE

Color information

#CFD9AE (or 0xCFD9AE) is unknown color: approx Orinoco. HEX triplet: CF, D9 and AE. RGB value is (207,217,174). Sum of RGB (Red+Green+Blue) = 207+217+174=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD9AE is #302651. Grayscale: #D1D1D1. Windows color (decimal): -3155538 or 11459023. OLE color: 11459023.

HSL color Cylindrical-coordinate representation of color #CFD9AE: hue angle of 73.95º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFD9AE is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB207217174-
CMYK0.0500.200.15
HSL73.95º36.13%76.67%-
HSV(B)73.95º19.82%85.1%-
XYZ58.1865.9549.71-
YUV209.11108.19126.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 217 (85.16% from 255) = 36.29%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=34.62%
G=36.29%
B=29.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171740.0500.200.1573.9536.1376.67
HexCFD9AE5014F4a244d
Octal31733125650241711244115
Binary110011111101100110101110101010100111110010101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9AE; }

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

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

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

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

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

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

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

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