Shades of Winter Hazel #CCC57A
Tints of Winter Hazel #CCC57A
RGB
CMYK
RGB Variations
Color information
#CCC57A (or 0xCCC57A) is known color: Winter Hazel. HEX triplet: CC, C5 and 7A. RGB value is (204,197,122). Sum of RGB (Red+Green+Blue) = 204+197+122=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC57A is #333A85. Grayscale: #BEBEBE. Windows color (decimal): -3357318 or 8046028. OLE color: 8046028.
HSL color Cylindrical-coordinate representation of color #CCC57A: hue angle of 54.88º degrees, saturation: 0.45, 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 #CCC57A is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 122 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.2 |
| HSL | 54.88º | 0.45% | 0.64% | - |
| HSV(B) | 54.88º | 0.4% | 0.8% | - |
| XYZ | 48.38 | 54.18 | 26.32 | - |
| YUV | 190.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 122 | 0 | 0.03 | 0.40 | 0.2 | 54.88 | 0.45 | 0.64 |
| Hex | CC | C5 | 7A | 0 | 3 | 28 | 14 | 37 | 2D | 40 |
| Octal | 314 | 305 | 172 | 0 | 3 | 50 | 24 | 67 | 55 | 100 |
| Binary | 11001100 | 11000101 | 1111010 | 0 | 11 | 101000 | 10100 | 110111 | 101101 | 1000000 |
Color Harmonies of #CCC57A
Complementary color
Monochromatic Colors of #CCC57A
Black with #CCC57A
Text Example
Text Example
White with #CCC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC57A; }
p { color: rgb(204,197,122); }
H1.HeaderClassName
{
color: #CCC57A;
}
.AnyTagClassName
{
color: #CCC57A;
}
</style>
background-color css
<style>
a { background-color: #CCC57A; }
a { background-color: rgb(204,197,122); }
div.DivClassName
{
background-color: #CCC57A;
}
.BgClassName
{
background-color: #CCC57A;
}
</style>
border-color css
<style>
span { border-color: #CCC57A; }
span { border-color: rgb(204,197,122); }
td.TdClassName
{
border-color: #CCC57A;
}
.TagClassName
{
border-color: #CCC57A;
}
</style>