Shades of Winter Hazel #CBC489
Tints of Winter Hazel #CBC489
RGB
CMYK
RGB Variations
Color information
#CBC489 (or 0xCBC489) is known color: Winter Hazel. HEX triplet: CB, C4 and 89. RGB value is (203,196,137). Sum of RGB (Red+Green+Blue) = 203+196+137=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC489 is #343B76. Grayscale: #BFBFBF. Windows color (decimal): -3423095 or 9028811. OLE color: 9028811.
HSL color Cylindrical-coordinate representation of color #CBC489: hue angle of 53.64º 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 #CBC489 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 137 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.20 |
| HSL | 53.64º | 0.39% | 0.67% | - |
| HSV(B) | 53.64º | 0.33% | 0.8% | - |
| XYZ | 48.88 | 53.98 | 31.51 | - |
| YUV | 191.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 137 | 0 | 0.03 | 0.33 | 0.20 | 53.64 | 0.39 | 0.67 |
| Hex | CB | C4 | 89 | 0 | 3 | 21 | 14 | 36 | 27 | 43 |
| Octal | 313 | 304 | 211 | 0 | 3 | 41 | 24 | 66 | 47 | 103 |
| Binary | 11001011 | 11000100 | 10001001 | 0 | 11 | 100001 | 10100 | 110110 | 100111 | 1000011 |
Color Harmonies of #CBC489
Complementary color
Monochromatic Colors of #CBC489
Black with #CBC489
Text Example
Text Example
White with #CBC489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC489; }
p { color: rgb(203,196,137); }
H1.HeaderClassName
{
color: #CBC489;
}
.AnyTagClassName
{
color: #CBC489;
}
</style>
background-color css
<style>
a { background-color: #CBC489; }
a { background-color: rgb(203,196,137); }
div.DivClassName
{
background-color: #CBC489;
}
.BgClassName
{
background-color: #CBC489;
}
</style>
border-color css
<style>
span { border-color: #CBC489; }
span { border-color: rgb(203,196,137); }
td.TdClassName
{
border-color: #CBC489;
}
.TagClassName
{
border-color: #CBC489;
}
</style>