#CFCA87

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

Shades of Winter Hazel #CFCA87

Tints of Winter Hazel #CFCA87

Color information

#CFCA87 (or 0xCFCA87) is unknown color: approx Winter Hazel. HEX triplet: CF, CA and 87. RGB value is (207,202,135). Sum of RGB (Red+Green+Blue) = 207+202+135=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA87 is #303578. Grayscale: #C4C4C4. Windows color (decimal): -3159417 or 8899279. OLE color: 8899279.

HSL color Cylindrical-coordinate representation of color #CFCA87: hue angle of 55.83º 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 #CFCA87 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB207202135-
CMYK00.020.350.19
HSL55.83º42.86%67.06%-
HSV(B)55.83º34.78%81.18%-
XYZ51.2357.2631.27-
YUV195.8693.66135.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 135 (53.12% from 255) = 24.82%
R=38.05%
G=37.13%
B=24.82%

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
Decimal20720213500.020.350.1955.8342.8667.06
HexCFCA87022313382b43
Octal3173122070243237053103
Binary110011111100101010000111010100011100111110001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA87; }

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

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

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

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

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

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

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

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