Shades of Winter Hazel #CCC58A
Tints of Winter Hazel #CCC58A
RGB
CMYK
RGB Variations
Color information
#CCC58A (or 0xCCC58A) is known color: Winter Hazel. HEX triplet: CC, C5 and 8A. RGB value is (204,197,138). Sum of RGB (Red+Green+Blue) = 204+197+138=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC58A is #333A75. Grayscale: #C0C0C0. Windows color (decimal): -3357302 or 9094604. OLE color: 9094604.
HSL color Cylindrical-coordinate representation of color #CCC58A: hue angle of 53.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCC58A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 138 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.2 |
| HSL | 53.64º | 0.39% | 0.67% | - |
| HSV(B) | 53.64º | 0.32% | 0.8% | - |
| XYZ | 49.46 | 54.6 | 31.98 | - |
| YUV | 192.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 138 | 0 | 0.03 | 0.32 | 0.2 | 53.64 | 0.39 | 0.67 |
| Hex | CC | C5 | 8A | 0 | 3 | 20 | 14 | 36 | 27 | 43 |
| Octal | 314 | 305 | 212 | 0 | 3 | 40 | 24 | 66 | 47 | 103 |
| Binary | 11001100 | 11000101 | 10001010 | 0 | 11 | 100000 | 10100 | 110110 | 100111 | 1000011 |
Color Harmonies of #CCC58A
Complementary color
Monochromatic Colors of #CCC58A
Black with #CCC58A
Text Example
Text Example
White with #CCC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC58A; }
p { color: rgb(204,197,138); }
H1.HeaderClassName
{
color: #CCC58A;
}
.AnyTagClassName
{
color: #CCC58A;
}
</style>
background-color css
<style>
a { background-color: #CCC58A; }
a { background-color: rgb(204,197,138); }
div.DivClassName
{
background-color: #CCC58A;
}
.BgClassName
{
background-color: #CCC58A;
}
</style>
border-color css
<style>
span { border-color: #CCC58A; }
span { border-color: rgb(204,197,138); }
td.TdClassName
{
border-color: #CCC58A;
}
.TagClassName
{
border-color: #CCC58A;
}
</style>