Shades of Winter Hazel #CFBF90
Tints of Winter Hazel #CFBF90
RGB
CMYK
RGB Variations
Color information
#CFBF90 (or 0xCFBF90) is known color: Winter Hazel. HEX triplet: CF, BF and 90. RGB value is (207,191,144). Sum of RGB (Red+Green+Blue) = 207+191+144=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF90 is #30406F. Grayscale: #BEBEBE. Windows color (decimal): -3162224 or 9486287. OLE color: 9486287.
HSL color Cylindrical-coordinate representation of color #CFBF90: hue angle of 44.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFBF90 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 144 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.19 |
| HSL | 44.76º | 0.4% | 0.69% | - |
| HSV(B) | 44.76º | 0.3% | 0.81% | - |
| XYZ | 49.4 | 52.54 | 33.92 | - |
| YUV | 190.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 144 | 0 | 0.08 | 0.30 | 0.19 | 44.76 | 0.4 | 0.69 |
| Hex | CF | BF | 90 | 0 | 8 | 1E | 13 | 2D | 28 | 45 |
| Octal | 317 | 277 | 220 | 0 | 10 | 36 | 23 | 55 | 50 | 105 |
| Binary | 11001111 | 10111111 | 10010000 | 0 | 1000 | 11110 | 10011 | 101101 | 101000 | 1000101 |
Color Harmonies of #CFBF90
Complementary color
Monochromatic Colors of #CFBF90
Black with #CFBF90
Text Example
Text Example
White with #CFBF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF90; }
p { color: rgb(207,191,144); }
H1.HeaderClassName
{
color: #CFBF90;
}
.AnyTagClassName
{
color: #CFBF90;
}
</style>
background-color css
<style>
a { background-color: #CFBF90; }
a { background-color: rgb(207,191,144); }
div.DivClassName
{
background-color: #CFBF90;
}
.BgClassName
{
background-color: #CFBF90;
}
</style>
border-color css
<style>
span { border-color: #CFBF90; }
span { border-color: rgb(207,191,144); }
td.TdClassName
{
border-color: #CFBF90;
}
.TagClassName
{
border-color: #CFBF90;
}
</style>