#CFCEAF

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

Shades of Orinoco #CFCEAF

Tints of Orinoco #CFCEAF

Color information

#CFCEAF (or 0xCFCEAF) is unknown color: approx Orinoco. HEX triplet: CF, CE and AF. RGB value is (207,206,175). Sum of RGB (Red+Green+Blue) = 207+206+175=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEAF is #303150. Grayscale: #CACACA. Windows color (decimal): -3158353 or 11521743. OLE color: 11521743.

HSL color Cylindrical-coordinate representation of color #CFCEAF: hue angle of 58.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCEAF is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB207206175-
CMYK00.000.150.19
HSL58.12º25%74.9%-
HSV(B)58.12º15.46%81.18%-
XYZ55.5460.549.31-
YUV202.76112.33131.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=35.20%
G=35.03%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720617500.000.150.1958.122574.9
HexCFCEAF00F133a194b
Octal3173162570017237231113
Binary11001111110011101010111100111110011111010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEAF; }

 p { color: rgb(207,206,175); }

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

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

 a { background-color: rgb(207,206,175); }

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

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

 span { border-color: rgb(207,206,175); }

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