Shades of Winter Hazel #CFBE84
Tints of Winter Hazel #CFBE84
RGB
CMYK
RGB Variations
Color information
#CFBE84 (or 0xCFBE84) is known color: Winter Hazel. HEX triplet: CF, BE and 84. RGB value is (207,190,132). Sum of RGB (Red+Green+Blue) = 207+190+132=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE84 is #30417B. Grayscale: #BCBCBC. Windows color (decimal): -3162492 or 8699599. OLE color: 8699599.
HSL color Cylindrical-coordinate representation of color #CFBE84: hue angle of 46.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFBE84 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 132 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.19 |
| HSL | 46.4º | 0.44% | 0.66% | - |
| HSV(B) | 46.4º | 0.36% | 0.81% | - |
| XYZ | 48.31 | 51.76 | 29.27 | - |
| YUV | 188.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 132 | 0 | 0.08 | 0.36 | 0.19 | 46.4 | 0.44 | 0.66 |
| Hex | CF | BE | 84 | 0 | 8 | 24 | 13 | 2E | 2C | 42 |
| Octal | 317 | 276 | 204 | 0 | 10 | 44 | 23 | 56 | 54 | 102 |
| Binary | 11001111 | 10111110 | 10000100 | 0 | 1000 | 100100 | 10011 | 101110 | 101100 | 1000010 |
Color Harmonies of #CFBE84
Complementary color
Monochromatic Colors of #CFBE84
Black with #CFBE84
Text Example
Text Example
White with #CFBE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE84; }
p { color: rgb(207,190,132); }
H1.HeaderClassName
{
color: #CFBE84;
}
.AnyTagClassName
{
color: #CFBE84;
}
</style>
background-color css
<style>
a { background-color: #CFBE84; }
a { background-color: rgb(207,190,132); }
div.DivClassName
{
background-color: #CFBE84;
}
.BgClassName
{
background-color: #CFBE84;
}
</style>
border-color css
<style>
span { border-color: #CFBE84; }
span { border-color: rgb(207,190,132); }
td.TdClassName
{
border-color: #CFBE84;
}
.TagClassName
{
border-color: #CFBE84;
}
</style>