Shades of Winter Hazel #CFBD83
Tints of Winter Hazel #CFBD83
RGB
CMYK
RGB Variations
Color information
#CFBD83 (or 0xCFBD83) is known color: Winter Hazel. HEX triplet: CF, BD and 83. RGB value is (207,189,131). Sum of RGB (Red+Green+Blue) = 207+189+131=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD83 is #30427C. Grayscale: #BCBCBC. Windows color (decimal): -3162749 or 8633807. OLE color: 8633807.
HSL color Cylindrical-coordinate representation of color #CFBD83: hue angle of 45.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFBD83 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 131 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.19 |
| HSL | 45.79º | 0.44% | 0.66% | - |
| HSV(B) | 45.79º | 0.37% | 0.81% | - |
| XYZ | 48.03 | 51.3 | 28.84 | - |
| YUV | 187.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 131 | 0 | 0.09 | 0.37 | 0.19 | 45.79 | 0.44 | 0.66 |
| Hex | CF | BD | 83 | 0 | 9 | 25 | 13 | 2E | 2C | 42 |
| Octal | 317 | 275 | 203 | 0 | 11 | 45 | 23 | 56 | 54 | 102 |
| Binary | 11001111 | 10111101 | 10000011 | 0 | 1001 | 100101 | 10011 | 101110 | 101100 | 1000010 |
Color Harmonies of #CFBD83
Complementary color
Monochromatic Colors of #CFBD83
Black with #CFBD83
Text Example
Text Example
White with #CFBD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD83; }
p { color: rgb(207,189,131); }
H1.HeaderClassName
{
color: #CFBD83;
}
.AnyTagClassName
{
color: #CFBD83;
}
</style>
background-color css
<style>
a { background-color: #CFBD83; }
a { background-color: rgb(207,189,131); }
div.DivClassName
{
background-color: #CFBD83;
}
.BgClassName
{
background-color: #CFBD83;
}
</style>
border-color css
<style>
span { border-color: #CFBD83; }
span { border-color: rgb(207,189,131); }
td.TdClassName
{
border-color: #CFBD83;
}
.TagClassName
{
border-color: #CFBD83;
}
</style>