#CFD8AE

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

Shades of Orinoco #CFD8AE

Tints of Orinoco #CFD8AE

Color information

#CFD8AE (or 0xCFD8AE) is unknown color: approx Orinoco. HEX triplet: CF, D8 and AE. RGB value is (207,216,174). Sum of RGB (Red+Green+Blue) = 207+216+174=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD8AE is #302751. Grayscale: #D0D0D0. Windows color (decimal): -3155794 or 11458767. OLE color: 11458767.

HSL color Cylindrical-coordinate representation of color #CFD8AE: hue angle of 72.86º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD8AE is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB207216174-
CMYK0.0400.190.15
HSL72.86º35%76.47%-
HSV(B)72.86º19.44%84.71%-
XYZ57.9365.4349.62-
YUV208.52108.52126.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 216 (84.77% from 255) = 36.18%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=34.67%
G=36.18%
B=29.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072161740.0400.190.1572.863576.47
HexCFD8AE4013F49234c
Octal31733025640231711143114
Binary110011111101100010101110100010011111110010011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD8AE; }

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

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

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

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

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

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

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

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