#CFBE87

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

Shades of Winter Hazel #CFBE87

Tints of Winter Hazel #CFBE87

Color information

#CFBE87 (or 0xCFBE87) is unknown color: approx Winter Hazel. HEX triplet: CF, BE and 87. RGB value is (207,190,135). Sum of RGB (Red+Green+Blue) = 207+190+135=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE87 is #304178. Grayscale: #BDBDBD. Windows color (decimal): -3162489 or 8896207. OLE color: 8896207.

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

Color convert

RGB207190135-
CMYK00.080.350.19
HSL45.83º42.86%67.06%-
HSV(B)45.83º34.78%81.18%-
XYZ48.5251.8430.37-
YUV188.8197.63140.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 135 (53.12% from 255) = 25.38%
R=38.91%
G=35.71%
B=25.38%

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
Decimal20719013500.080.350.1945.8342.8667.06
HexCFBE870823132e2b43
Octal31727620701043235653103
Binary11001111101111101000011101000100011100111011101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE87; }

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

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

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

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

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

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

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

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