Shades of Winter Hazel #CBBF89
Tints of Winter Hazel #CBBF89
RGB
CMYK
RGB Variations
Color information
#CBBF89 (or 0xCBBF89) is known color: Winter Hazel. HEX triplet: CB, BF and 89. RGB value is (203,191,137). Sum of RGB (Red+Green+Blue) = 203+191+137=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBF89 is #344076. Grayscale: #BCBCBC. Windows color (decimal): -3424375 or 9027531. OLE color: 9027531.
HSL color Cylindrical-coordinate representation of color #CBBF89: hue angle of 49.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBBF89 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 137 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.20 |
| HSL | 49.09º | 0.39% | 0.67% | - |
| HSV(B) | 49.09º | 0.33% | 0.8% | - |
| XYZ | 47.77 | 51.76 | 31.14 | - |
| YUV | 188.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 137 | 0 | 0.06 | 0.33 | 0.20 | 49.09 | 0.39 | 0.67 |
| Hex | CB | BF | 89 | 0 | 6 | 21 | 14 | 31 | 27 | 43 |
| Octal | 313 | 277 | 211 | 0 | 6 | 41 | 24 | 61 | 47 | 103 |
| Binary | 11001011 | 10111111 | 10001001 | 0 | 110 | 100001 | 10100 | 110001 | 100111 | 1000011 |
Color Harmonies of #CBBF89
Complementary color
Monochromatic Colors of #CBBF89
Black with #CBBF89
Text Example
Text Example
White with #CBBF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBF89; }
p { color: rgb(203,191,137); }
H1.HeaderClassName
{
color: #CBBF89;
}
.AnyTagClassName
{
color: #CBBF89;
}
</style>
background-color css
<style>
a { background-color: #CBBF89; }
a { background-color: rgb(203,191,137); }
div.DivClassName
{
background-color: #CBBF89;
}
.BgClassName
{
background-color: #CBBF89;
}
</style>
border-color css
<style>
span { border-color: #CBBF89; }
span { border-color: rgb(203,191,137); }
td.TdClassName
{
border-color: #CBBF89;
}
.TagClassName
{
border-color: #CBBF89;
}
</style>