Shades of Winter Hazel #CBC087
Tints of Winter Hazel #CBC087
RGB
CMYK
RGB Variations
Color information
#CBC087 (or 0xCBC087) is known color: Winter Hazel. HEX triplet: CB, C0 and 87. RGB value is (203,192,135). Sum of RGB (Red+Green+Blue) = 203+192+135=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC087 is #343F78. Grayscale: #BDBDBD. Windows color (decimal): -3424121 or 8896715. OLE color: 8896715.
HSL color Cylindrical-coordinate representation of color #CBC087: hue angle of 50.29º degrees, saturation: 0.4, 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 #CBC087 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 135 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.20 |
| HSL | 50.29º | 0.4% | 0.66% | - |
| HSV(B) | 50.29º | 0.33% | 0.8% | - |
| XYZ | 47.85 | 52.15 | 30.46 | - |
| YUV | 188.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 135 | 0 | 0.05 | 0.33 | 0.20 | 50.29 | 0.4 | 0.66 |
| Hex | CB | C0 | 87 | 0 | 5 | 21 | 14 | 32 | 28 | 42 |
| Octal | 313 | 300 | 207 | 0 | 5 | 41 | 24 | 62 | 50 | 102 |
| Binary | 11001011 | 11000000 | 10000111 | 0 | 101 | 100001 | 10100 | 110010 | 101000 | 1000010 |
Color Harmonies of #CBC087
Complementary color
Monochromatic Colors of #CBC087
Black with #CBC087
Text Example
Text Example
White with #CBC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC087; }
p { color: rgb(203,192,135); }
H1.HeaderClassName
{
color: #CBC087;
}
.AnyTagClassName
{
color: #CBC087;
}
</style>
background-color css
<style>
a { background-color: #CBC087; }
a { background-color: rgb(203,192,135); }
div.DivClassName
{
background-color: #CBC087;
}
.BgClassName
{
background-color: #CBC087;
}
</style>
border-color css
<style>
span { border-color: #CBC087; }
span { border-color: rgb(203,192,135); }
td.TdClassName
{
border-color: #CBC087;
}
.TagClassName
{
border-color: #CBC087;
}
</style>