Shades of Winter Hazel #CCC57B
Tints of Winter Hazel #CCC57B
RGB
CMYK
RGB Variations
Color information
#CCC57B (or 0xCCC57B) is known color: Winter Hazel. HEX triplet: CC, C5 and 7B. RGB value is (204,197,123). Sum of RGB (Red+Green+Blue) = 204+197+123=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC57B is #333A84. Grayscale: #BEBEBE. Windows color (decimal): -3357317 or 8111564. OLE color: 8111564.
HSL color Cylindrical-coordinate representation of color #CCC57B: hue angle of 54.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC57B is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 123 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.2 |
| HSL | 54.81º | 0.44% | 0.64% | - |
| HSV(B) | 54.81º | 0.4% | 0.8% | - |
| XYZ | 48.44 | 54.2 | 26.65 | - |
| YUV | 190.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 123 | 0 | 0.03 | 0.40 | 0.2 | 54.81 | 0.44 | 0.64 |
| Hex | CC | C5 | 7B | 0 | 3 | 28 | 14 | 37 | 2C | 40 |
| Octal | 314 | 305 | 173 | 0 | 3 | 50 | 24 | 67 | 54 | 100 |
| Binary | 11001100 | 11000101 | 1111011 | 0 | 11 | 101000 | 10100 | 110111 | 101100 | 1000000 |
Color Harmonies of #CCC57B
Complementary color
Monochromatic Colors of #CCC57B
Black with #CCC57B
Text Example
Text Example
White with #CCC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC57B; }
p { color: rgb(204,197,123); }
H1.HeaderClassName
{
color: #CCC57B;
}
.AnyTagClassName
{
color: #CCC57B;
}
</style>
background-color css
<style>
a { background-color: #CCC57B; }
a { background-color: rgb(204,197,123); }
div.DivClassName
{
background-color: #CCC57B;
}
.BgClassName
{
background-color: #CCC57B;
}
</style>
border-color css
<style>
span { border-color: #CCC57B; }
span { border-color: rgb(204,197,123); }
td.TdClassName
{
border-color: #CCC57B;
}
.TagClassName
{
border-color: #CCC57B;
}
</style>