Shades of Winter Hazel #CFBD89
Tints of Winter Hazel #CFBD89
RGB
CMYK
RGB Variations
Color information
#CFBD89 (or 0xCFBD89) is known color: Winter Hazel. HEX triplet: CF, BD and 89. RGB value is (207,189,137). Sum of RGB (Red+Green+Blue) = 207+189+137=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD89 is #304276. Grayscale: #BCBCBC. Windows color (decimal): -3162743 or 9027023. OLE color: 9027023.
HSL color Cylindrical-coordinate representation of color #CFBD89: hue angle of 44.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFBD89 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 137 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.19 |
| HSL | 44.57º | 0.42% | 0.67% | - |
| HSV(B) | 44.57º | 0.34% | 0.81% | - |
| XYZ | 48.45 | 51.47 | 31.05 | - |
| YUV | 188.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 137 | 0 | 0.09 | 0.34 | 0.19 | 44.57 | 0.42 | 0.67 |
| Hex | CF | BD | 89 | 0 | 9 | 22 | 13 | 2D | 2A | 43 |
| Octal | 317 | 275 | 211 | 0 | 11 | 42 | 23 | 55 | 52 | 103 |
| Binary | 11001111 | 10111101 | 10001001 | 0 | 1001 | 100010 | 10011 | 101101 | 101010 | 1000011 |
Color Harmonies of #CFBD89
Complementary color
Monochromatic Colors of #CFBD89
Black with #CFBD89
Text Example
Text Example
White with #CFBD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD89; }
p { color: rgb(207,189,137); }
H1.HeaderClassName
{
color: #CFBD89;
}
.AnyTagClassName
{
color: #CFBD89;
}
</style>
background-color css
<style>
a { background-color: #CFBD89; }
a { background-color: rgb(207,189,137); }
div.DivClassName
{
background-color: #CFBD89;
}
.BgClassName
{
background-color: #CFBD89;
}
</style>
border-color css
<style>
span { border-color: #CFBD89; }
span { border-color: rgb(207,189,137); }
td.TdClassName
{
border-color: #CFBD89;
}
.TagClassName
{
border-color: #CFBD89;
}
</style>