Shades of Winter Hazel #CBC57B
Tints of Winter Hazel #CBC57B
RGB
CMYK
RGB Variations
Color information
#CBC57B (or 0xCBC57B) is known color: Winter Hazel. HEX triplet: CB, C5 and 7B. RGB value is (203,197,123). Sum of RGB (Red+Green+Blue) = 203+197+123=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC57B is #343A84. Grayscale: #BEBEBE. Windows color (decimal): -3422853 or 8111563. OLE color: 8111563.
HSL color Cylindrical-coordinate representation of color #CBC57B: hue angle of 55.5º 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 #CBC57B is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 123 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.20 |
| HSL | 55.5º | 0.43% | 0.64% | - |
| HSV(B) | 55.5º | 0.39% | 0.8% | - |
| XYZ | 48.17 | 54.06 | 26.63 | - |
| YUV | 190.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 123 | 0 | 0.03 | 0.39 | 0.20 | 55.5 | 0.43 | 0.64 |
| Hex | CB | C5 | 7B | 0 | 3 | 27 | 14 | 38 | 2B | 40 |
| Octal | 313 | 305 | 173 | 0 | 3 | 47 | 24 | 70 | 53 | 100 |
| Binary | 11001011 | 11000101 | 1111011 | 0 | 11 | 100111 | 10100 | 111000 | 101011 | 1000000 |
Color Harmonies of #CBC57B
Complementary color
Monochromatic Colors of #CBC57B
Black with #CBC57B
Text Example
Text Example
White with #CBC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC57B; }
p { color: rgb(203,197,123); }
H1.HeaderClassName
{
color: #CBC57B;
}
.AnyTagClassName
{
color: #CBC57B;
}
</style>
background-color css
<style>
a { background-color: #CBC57B; }
a { background-color: rgb(203,197,123); }
div.DivClassName
{
background-color: #CBC57B;
}
.BgClassName
{
background-color: #CBC57B;
}
</style>
border-color css
<style>
span { border-color: #CBC57B; }
span { border-color: rgb(203,197,123); }
td.TdClassName
{
border-color: #CBC57B;
}
.TagClassName
{
border-color: #CBC57B;
}
</style>