Shades of Winter Hazel #CBC588
Tints of Winter Hazel #CBC588
RGB
CMYK
RGB Variations
Color information
#CBC588 (or 0xCBC588) is known color: Winter Hazel. HEX triplet: CB, C5 and 88. RGB value is (203,197,136). Sum of RGB (Red+Green+Blue) = 203+197+136=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC588 is #343A77. Grayscale: #C0C0C0. Windows color (decimal): -3422840 or 8963531. OLE color: 8963531.
HSL color Cylindrical-coordinate representation of color #CBC588: hue angle of 54.63º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBC588 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 136 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.20 |
| HSL | 54.63º | 0.39% | 0.66% | - |
| HSV(B) | 54.63º | 0.33% | 0.8% | - |
| XYZ | 49.04 | 54.41 | 31.21 | - |
| YUV | 191.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 136 | 0 | 0.03 | 0.33 | 0.20 | 54.63 | 0.39 | 0.66 |
| Hex | CB | C5 | 88 | 0 | 3 | 21 | 14 | 37 | 27 | 42 |
| Octal | 313 | 305 | 210 | 0 | 3 | 41 | 24 | 67 | 47 | 102 |
| Binary | 11001011 | 11000101 | 10001000 | 0 | 11 | 100001 | 10100 | 110111 | 100111 | 1000010 |
Color Harmonies of #CBC588
Complementary color
Monochromatic Colors of #CBC588
Black with #CBC588
Text Example
Text Example
White with #CBC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC588; }
p { color: rgb(203,197,136); }
H1.HeaderClassName
{
color: #CBC588;
}
.AnyTagClassName
{
color: #CBC588;
}
</style>
background-color css
<style>
a { background-color: #CBC588; }
a { background-color: rgb(203,197,136); }
div.DivClassName
{
background-color: #CBC588;
}
.BgClassName
{
background-color: #CBC588;
}
</style>
border-color css
<style>
span { border-color: #CBC588; }
span { border-color: rgb(203,197,136); }
td.TdClassName
{
border-color: #CBC588;
}
.TagClassName
{
border-color: #CBC588;
}
</style>