Shades of Winter Hazel #CFBE85
Tints of Winter Hazel #CFBE85
RGB
CMYK
RGB Variations
Color information
#CFBE85 (or 0xCFBE85) is known color: Winter Hazel. HEX triplet: CF, BE and 85. RGB value is (207,190,133). Sum of RGB (Red+Green+Blue) = 207+190+133=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE85 is #30417A. Grayscale: #BCBCBC. Windows color (decimal): -3162491 or 8765135. OLE color: 8765135.
HSL color Cylindrical-coordinate representation of color #CFBE85: hue angle of 46.22º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFBE85 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 133 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.19 |
| HSL | 46.22º | 0.44% | 0.67% | - |
| HSV(B) | 46.22º | 0.36% | 0.81% | - |
| XYZ | 48.38 | 51.79 | 29.64 | - |
| YUV | 188.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 133 | 0 | 0.08 | 0.36 | 0.19 | 46.22 | 0.44 | 0.67 |
| Hex | CF | BE | 85 | 0 | 8 | 24 | 13 | 2E | 2C | 43 |
| Octal | 317 | 276 | 205 | 0 | 10 | 44 | 23 | 56 | 54 | 103 |
| Binary | 11001111 | 10111110 | 10000101 | 0 | 1000 | 100100 | 10011 | 101110 | 101100 | 1000011 |
Color Harmonies of #CFBE85
Complementary color
Monochromatic Colors of #CFBE85
Black with #CFBE85
Text Example
Text Example
White with #CFBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE85; }
p { color: rgb(207,190,133); }
H1.HeaderClassName
{
color: #CFBE85;
}
.AnyTagClassName
{
color: #CFBE85;
}
</style>
background-color css
<style>
a { background-color: #CFBE85; }
a { background-color: rgb(207,190,133); }
div.DivClassName
{
background-color: #CFBE85;
}
.BgClassName
{
background-color: #CFBE85;
}
</style>
border-color css
<style>
span { border-color: #CFBE85; }
span { border-color: rgb(207,190,133); }
td.TdClassName
{
border-color: #CFBE85;
}
.TagClassName
{
border-color: #CFBE85;
}
</style>