Shades of Winter Hazel #CFBD87
Tints of Winter Hazel #CFBD87
RGB
CMYK
RGB Variations
Color information
#CFBD87 (or 0xCFBD87) is known color: Winter Hazel. HEX triplet: CF, BD and 87. RGB value is (207,189,135). Sum of RGB (Red+Green+Blue) = 207+189+135=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD87 is #304278. Grayscale: #BCBCBC. Windows color (decimal): -3162745 or 8895951. OLE color: 8895951.
HSL color Cylindrical-coordinate representation of color #CFBD87: hue angle of 45º 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 #CFBD87 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 135 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.19 |
| HSL | 45º | 0.43% | 0.67% | - |
| HSV(B) | 45º | 0.35% | 0.81% | - |
| XYZ | 48.3 | 51.41 | 30.3 | - |
| YUV | 188.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 135 | 0 | 0.09 | 0.35 | 0.19 | 45 | 0.43 | 0.67 |
| Hex | CF | BD | 87 | 0 | 9 | 23 | 13 | 2D | 2B | 43 |
| Octal | 317 | 275 | 207 | 0 | 11 | 43 | 23 | 55 | 53 | 103 |
| Binary | 11001111 | 10111101 | 10000111 | 0 | 1001 | 100011 | 10011 | 101101 | 101011 | 1000011 |
Color Harmonies of #CFBD87
Complementary color
Monochromatic Colors of #CFBD87
Black with #CFBD87
Text Example
Text Example
White with #CFBD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD87; }
p { color: rgb(207,189,135); }
H1.HeaderClassName
{
color: #CFBD87;
}
.AnyTagClassName
{
color: #CFBD87;
}
</style>
background-color css
<style>
a { background-color: #CFBD87; }
a { background-color: rgb(207,189,135); }
div.DivClassName
{
background-color: #CFBD87;
}
.BgClassName
{
background-color: #CFBD87;
}
</style>
border-color css
<style>
span { border-color: #CFBD87; }
span { border-color: rgb(207,189,135); }
td.TdClassName
{
border-color: #CFBD87;
}
.TagClassName
{
border-color: #CFBD87;
}
</style>