Shades of Winter Hazel #CFBE88
Tints of Winter Hazel #CFBE88
RGB
CMYK
RGB Variations
Color information
#CFBE88 (or 0xCFBE88) is known color: Winter Hazel. HEX triplet: CF, BE and 88. RGB value is (207,190,136). Sum of RGB (Red+Green+Blue) = 207+190+136=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE88 is #304177. Grayscale: #BDBDBD. Windows color (decimal): -3162488 or 8961743. OLE color: 8961743.
HSL color Cylindrical-coordinate representation of color #CFBE88: hue angle of 45.63º degrees, saturation: 0.43, 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 #CFBE88 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 136 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.19 |
| HSL | 45.63º | 0.43% | 0.67% | - |
| HSV(B) | 45.63º | 0.34% | 0.81% | - |
| XYZ | 48.59 | 51.87 | 30.74 | - |
| YUV | 188.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 136 | 0 | 0.08 | 0.34 | 0.19 | 45.63 | 0.43 | 0.67 |
| Hex | CF | BE | 88 | 0 | 8 | 22 | 13 | 2E | 2B | 43 |
| Octal | 317 | 276 | 210 | 0 | 10 | 42 | 23 | 56 | 53 | 103 |
| Binary | 11001111 | 10111110 | 10001000 | 0 | 1000 | 100010 | 10011 | 101110 | 101011 | 1000011 |
Color Harmonies of #CFBE88
Complementary color
Monochromatic Colors of #CFBE88
Black with #CFBE88
Text Example
Text Example
White with #CFBE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE88; }
p { color: rgb(207,190,136); }
H1.HeaderClassName
{
color: #CFBE88;
}
.AnyTagClassName
{
color: #CFBE88;
}
</style>
background-color css
<style>
a { background-color: #CFBE88; }
a { background-color: rgb(207,190,136); }
div.DivClassName
{
background-color: #CFBE88;
}
.BgClassName
{
background-color: #CFBE88;
}
</style>
border-color css
<style>
span { border-color: #CFBE88; }
span { border-color: rgb(207,190,136); }
td.TdClassName
{
border-color: #CFBE88;
}
.TagClassName
{
border-color: #CFBE88;
}
</style>