Shades of Winter Hazel #CCC48E
Tints of Winter Hazel #CCC48E
RGB
CMYK
RGB Variations
Color information
#CCC48E (or 0xCCC48E) is known color: Winter Hazel. HEX triplet: CC, C4 and 8E. RGB value is (204,196,142). Sum of RGB (Red+Green+Blue) = 204+196+142=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC48E is #333B71. Grayscale: #C0C0C0. Windows color (decimal): -3357554 or 9356492. OLE color: 9356492.
HSL color Cylindrical-coordinate representation of color #CCC48E: hue angle of 52.26º degrees, saturation: 0.38, 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 #CCC48E is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 142 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.2 |
| HSL | 52.26º | 0.38% | 0.68% | - |
| HSV(B) | 52.26º | 0.3% | 0.8% | - |
| XYZ | 49.52 | 54.27 | 33.46 | - |
| YUV | 192.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 142 | 0 | 0.04 | 0.30 | 0.2 | 52.26 | 0.38 | 0.68 |
| Hex | CC | C4 | 8E | 0 | 4 | 1E | 14 | 34 | 26 | 44 |
| Octal | 314 | 304 | 216 | 0 | 4 | 36 | 24 | 64 | 46 | 104 |
| Binary | 11001100 | 11000100 | 10001110 | 0 | 100 | 11110 | 10100 | 110100 | 100110 | 1000100 |
Color Harmonies of #CCC48E
Complementary color
Monochromatic Colors of #CCC48E
Black with #CCC48E
Text Example
Text Example
White with #CCC48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC48E; }
p { color: rgb(204,196,142); }
H1.HeaderClassName
{
color: #CCC48E;
}
.AnyTagClassName
{
color: #CCC48E;
}
</style>
background-color css
<style>
a { background-color: #CCC48E; }
a { background-color: rgb(204,196,142); }
div.DivClassName
{
background-color: #CCC48E;
}
.BgClassName
{
background-color: #CCC48E;
}
</style>
border-color css
<style>
span { border-color: #CCC48E; }
span { border-color: rgb(204,196,142); }
td.TdClassName
{
border-color: #CCC48E;
}
.TagClassName
{
border-color: #CCC48E;
}
</style>