Shades of Winter Hazel #CCC58F
Tints of Winter Hazel #CCC58F
RGB
CMYK
RGB Variations
Color information
#CCC58F (or 0xCCC58F) is known color: Winter Hazel. HEX triplet: CC, C5 and 8F. RGB value is (204,197,143). Sum of RGB (Red+Green+Blue) = 204+197+143=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC58F is #333A70. Grayscale: #C1C1C1. Windows color (decimal): -3357297 or 9422284. OLE color: 9422284.
HSL color Cylindrical-coordinate representation of color #CCC58F: hue angle of 53.11º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC58F is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 143 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.2 |
| HSL | 53.11º | 0.37% | 0.68% | - |
| HSV(B) | 53.11º | 0.3% | 0.8% | - |
| XYZ | 49.83 | 54.75 | 33.93 | - |
| YUV | 192.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 143 | 0 | 0.03 | 0.30 | 0.2 | 53.11 | 0.37 | 0.68 |
| Hex | CC | C5 | 8F | 0 | 3 | 1E | 14 | 35 | 25 | 44 |
| Octal | 314 | 305 | 217 | 0 | 3 | 36 | 24 | 65 | 45 | 104 |
| Binary | 11001100 | 11000101 | 10001111 | 0 | 11 | 11110 | 10100 | 110101 | 100101 | 1000100 |
Color Harmonies of #CCC58F
Complementary color
Monochromatic Colors of #CCC58F
Black with #CCC58F
Text Example
Text Example
White with #CCC58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC58F; }
p { color: rgb(204,197,143); }
H1.HeaderClassName
{
color: #CCC58F;
}
.AnyTagClassName
{
color: #CCC58F;
}
</style>
background-color css
<style>
a { background-color: #CCC58F; }
a { background-color: rgb(204,197,143); }
div.DivClassName
{
background-color: #CCC58F;
}
.BgClassName
{
background-color: #CCC58F;
}
</style>
border-color css
<style>
span { border-color: #CCC58F; }
span { border-color: rgb(204,197,143); }
td.TdClassName
{
border-color: #CCC58F;
}
.TagClassName
{
border-color: #CCC58F;
}
</style>