#CFCA8E

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

Shades of Winter Hazel #CFCA8E

Tints of Winter Hazel #CFCA8E

Color information

#CFCA8E (or 0xCFCA8E) is unknown color: approx Winter Hazel. HEX triplet: CF, CA and 8E. RGB value is (207,202,142). Sum of RGB (Red+Green+Blue) = 207+202+142=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA8E is #303571. Grayscale: #C4C4C4. Windows color (decimal): -3159410 or 9358031. OLE color: 9358031.

HSL color Cylindrical-coordinate representation of color #CFCA8E: hue angle of 55.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFCA8E is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207202142-
CMYK00.020.310.19
HSL55.38º40.37%68.43%-
HSV(B)55.38º31.4%81.18%-
XYZ51.7457.4633.96-
YUV196.6597.16135.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 142 (55.86% from 255) = 25.77%
R=37.57%
G=36.66%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720214200.020.310.1955.3840.3768.43
HexCFCA8E021F13372844
Octal3173122160237236750104
Binary11001111110010101000111001011111100111101111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA8E; }

 p { color: rgb(207,202,142); }

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

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

 a { background-color: rgb(207,202,142); }

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

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

 span { border-color: rgb(207,202,142); }

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