Shades of Winter Hazel #CBC07C
Tints of Winter Hazel #CBC07C
RGB
CMYK
RGB Variations
Color information
#CBC07C (or 0xCBC07C) is known color: Winter Hazel. HEX triplet: CB, C0 and 7C. RGB value is (203,192,124). Sum of RGB (Red+Green+Blue) = 203+192+124=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC07C is #343F83. Grayscale: #BBBBBB. Windows color (decimal): -3424132 or 8175819. OLE color: 8175819.
HSL color Cylindrical-coordinate representation of color #CBC07C: hue angle of 51.65º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBC07C is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 124 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.20 |
| HSL | 51.65º | 0.43% | 0.64% | - |
| HSV(B) | 51.65º | 0.39% | 0.8% | - |
| XYZ | 47.12 | 51.85 | 26.59 | - |
| YUV | 187.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 124 | 0 | 0.05 | 0.39 | 0.20 | 51.65 | 0.43 | 0.64 |
| Hex | CB | C0 | 7C | 0 | 5 | 27 | 14 | 34 | 2B | 40 |
| Octal | 313 | 300 | 174 | 0 | 5 | 47 | 24 | 64 | 53 | 100 |
| Binary | 11001011 | 11000000 | 1111100 | 0 | 101 | 100111 | 10100 | 110100 | 101011 | 1000000 |
Color Harmonies of #CBC07C
Complementary color
Monochromatic Colors of #CBC07C
Black with #CBC07C
Text Example
Text Example
White with #CBC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC07C; }
p { color: rgb(203,192,124); }
H1.HeaderClassName
{
color: #CBC07C;
}
.AnyTagClassName
{
color: #CBC07C;
}
</style>
background-color css
<style>
a { background-color: #CBC07C; }
a { background-color: rgb(203,192,124); }
div.DivClassName
{
background-color: #CBC07C;
}
.BgClassName
{
background-color: #CBC07C;
}
</style>
border-color css
<style>
span { border-color: #CBC07C; }
span { border-color: rgb(203,192,124); }
td.TdClassName
{
border-color: #CBC07C;
}
.TagClassName
{
border-color: #CBC07C;
}
</style>