#CFBF87

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

Shades of Winter Hazel #CFBF87

Tints of Winter Hazel #CFBF87

Color information

#CFBF87 (or 0xCFBF87) is unknown color: approx Winter Hazel. HEX triplet: CF, BF and 87. RGB value is (207,191,135). Sum of RGB (Red+Green+Blue) = 207+191+135=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF87 is #304078. Grayscale: #BDBDBD. Windows color (decimal): -3162233 or 8896463. OLE color: 8896463.

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

Color convert

RGB207191135-
CMYK00.080.350.19
HSL46.67º42.86%67.06%-
HSV(B)46.67º34.78%81.18%-
XYZ48.7452.2830.44-
YUV189.497.3140.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 135 (53.12% from 255) = 25.33%
R=38.84%
G=35.83%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719113500.080.350.1946.6742.8667.06
HexCFBF870823132f2b43
Octal31727720701043235753103
Binary11001111101111111000011101000100011100111011111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBF87; }

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

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

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

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

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

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

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

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