#CFCA86

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

Shades of Winter Hazel #CFCA86

Tints of Winter Hazel #CFCA86

Color information

#CFCA86 (or 0xCFCA86) is unknown color: approx Winter Hazel. HEX triplet: CF, CA and 86. RGB value is (207,202,134). Sum of RGB (Red+Green+Blue) = 207+202+134=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA86 is #303579. Grayscale: #C4C4C4. Windows color (decimal): -3159418 or 8833743. OLE color: 8833743.

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

Color convert

RGB207202134-
CMYK00.020.350.19
HSL55.89º43.2%66.86%-
HSV(B)55.89º35.27%81.18%-
XYZ51.1657.2330.9-
YUV195.7493.16136.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=38.12%
G=37.20%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720213400.020.350.1955.8943.266.86
HexCFCA86022313382b43
Octal3173122060243237053103
Binary110011111100101010000110010100011100111110001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA86; }

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

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

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

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

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

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

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

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