#CFD5AE

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

Shades of Orinoco #CFD5AE

Tints of Orinoco #CFD5AE

Color information

#CFD5AE (or 0xCFD5AE) is unknown color: approx Orinoco. HEX triplet: CF, D5 and AE. RGB value is (207,213,174). Sum of RGB (Red+Green+Blue) = 207+213+174=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD5AE is #302A51. Grayscale: #CECECE. Windows color (decimal): -3156562 or 11457999. OLE color: 11457999.

HSL color Cylindrical-coordinate representation of color #CFD5AE: hue angle of 69.23º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFD5AE is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB207213174-
CMYK0.0300.180.16
HSL69.23º31.71%75.88%-
HSV(B)69.23º18.31%83.53%-
XYZ57.1763.9149.37-
YUV206.76109.51128.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 213 (83.59% from 255) = 35.86%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=34.85%
G=35.86%
B=29.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131740.0300.180.1669.2331.7175.88
HexCFD5AE30121045204c
Octal31732525630222010540114
Binary110011111101010110101110110100101000010001011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5AE; }

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

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

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

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

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

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

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

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