Shades of Winter Hazel #CFBE8D
Tints of Winter Hazel #CFBE8D
RGB
CMYK
RGB Variations
Color information
#CFBE8D (or 0xCFBE8D) is known color: Winter Hazel. HEX triplet: CF, BE and 8D. RGB value is (207,190,141). Sum of RGB (Red+Green+Blue) = 207+190+141=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE8D is #304172. Grayscale: #BDBDBD. Windows color (decimal): -3162483 or 9289423. OLE color: 9289423.
HSL color Cylindrical-coordinate representation of color #CFBE8D: hue angle of 44.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFBE8D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 141 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.19 |
| HSL | 44.55º | 0.41% | 0.68% | - |
| HSV(B) | 44.55º | 0.32% | 0.81% | - |
| XYZ | 48.95 | 52.02 | 32.66 | - |
| YUV | 189.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 141 | 0 | 0.08 | 0.32 | 0.19 | 44.55 | 0.41 | 0.68 |
| Hex | CF | BE | 8D | 0 | 8 | 20 | 13 | 2D | 29 | 44 |
| Octal | 317 | 276 | 215 | 0 | 10 | 40 | 23 | 55 | 51 | 104 |
| Binary | 11001111 | 10111110 | 10001101 | 0 | 1000 | 100000 | 10011 | 101101 | 101001 | 1000100 |
Color Harmonies of #CFBE8D
Complementary color
Monochromatic Colors of #CFBE8D
Black with #CFBE8D
Text Example
Text Example
White with #CFBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE8D; }
p { color: rgb(207,190,141); }
H1.HeaderClassName
{
color: #CFBE8D;
}
.AnyTagClassName
{
color: #CFBE8D;
}
</style>
background-color css
<style>
a { background-color: #CFBE8D; }
a { background-color: rgb(207,190,141); }
div.DivClassName
{
background-color: #CFBE8D;
}
.BgClassName
{
background-color: #CFBE8D;
}
</style>
border-color css
<style>
span { border-color: #CFBE8D; }
span { border-color: rgb(207,190,141); }
td.TdClassName
{
border-color: #CFBE8D;
}
.TagClassName
{
border-color: #CFBE8D;
}
</style>