Shades of Winter Hazel #CBC07B
Tints of Winter Hazel #CBC07B
RGB
CMYK
RGB Variations
Color information
#CBC07B (or 0xCBC07B) is known color: Winter Hazel. HEX triplet: CB, C0 and 7B. RGB value is (203,192,123). Sum of RGB (Red+Green+Blue) = 203+192+123=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC07B is #343F84. Grayscale: #BBBBBB. Windows color (decimal): -3424133 or 8110283. OLE color: 8110283.
HSL color Cylindrical-coordinate representation of color #CBC07B: hue angle of 51.75º 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 #CBC07B is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 123 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.20 |
| HSL | 51.75º | 0.43% | 0.64% | - |
| HSV(B) | 51.75º | 0.39% | 0.8% | - |
| XYZ | 47.05 | 51.83 | 26.26 | - |
| YUV | 187.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 123 | 0 | 0.05 | 0.39 | 0.20 | 51.75 | 0.43 | 0.64 |
| Hex | CB | C0 | 7B | 0 | 5 | 27 | 14 | 34 | 2B | 40 |
| Octal | 313 | 300 | 173 | 0 | 5 | 47 | 24 | 64 | 53 | 100 |
| Binary | 11001011 | 11000000 | 1111011 | 0 | 101 | 100111 | 10100 | 110100 | 101011 | 1000000 |
Color Harmonies of #CBC07B
Complementary color
Monochromatic Colors of #CBC07B
Black with #CBC07B
Text Example
Text Example
White with #CBC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC07B; }
p { color: rgb(203,192,123); }
H1.HeaderClassName
{
color: #CBC07B;
}
.AnyTagClassName
{
color: #CBC07B;
}
</style>
background-color css
<style>
a { background-color: #CBC07B; }
a { background-color: rgb(203,192,123); }
div.DivClassName
{
background-color: #CBC07B;
}
.BgClassName
{
background-color: #CBC07B;
}
</style>
border-color css
<style>
span { border-color: #CBC07B; }
span { border-color: rgb(203,192,123); }
td.TdClassName
{
border-color: #CBC07B;
}
.TagClassName
{
border-color: #CBC07B;
}
</style>