Shades of Winter Hazel #CCC48F
Tints of Winter Hazel #CCC48F
RGB
CMYK
RGB Variations
Color information
#CCC48F (or 0xCCC48F) is known color: Winter Hazel. HEX triplet: CC, C4 and 8F. RGB value is (204,196,143). Sum of RGB (Red+Green+Blue) = 204+196+143=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC48F is #333B70. Grayscale: #C0C0C0. Windows color (decimal): -3357553 or 9422028. OLE color: 9422028.
HSL color Cylindrical-coordinate representation of color #CCC48F: hue angle of 52.13º 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 #CCC48F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 143 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.2 |
| HSL | 52.13º | 0.37% | 0.68% | - |
| HSV(B) | 52.13º | 0.3% | 0.8% | - |
| XYZ | 49.6 | 54.3 | 33.85 | - |
| YUV | 192.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 143 | 0 | 0.04 | 0.30 | 0.2 | 52.13 | 0.37 | 0.68 |
| Hex | CC | C4 | 8F | 0 | 4 | 1E | 14 | 34 | 25 | 44 |
| Octal | 314 | 304 | 217 | 0 | 4 | 36 | 24 | 64 | 45 | 104 |
| Binary | 11001100 | 11000100 | 10001111 | 0 | 100 | 11110 | 10100 | 110100 | 100101 | 1000100 |
Color Harmonies of #CCC48F
Complementary color
Monochromatic Colors of #CCC48F
Black with #CCC48F
Text Example
Text Example
White with #CCC48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC48F; }
p { color: rgb(204,196,143); }
H1.HeaderClassName
{
color: #CCC48F;
}
.AnyTagClassName
{
color: #CCC48F;
}
</style>
background-color css
<style>
a { background-color: #CCC48F; }
a { background-color: rgb(204,196,143); }
div.DivClassName
{
background-color: #CCC48F;
}
.BgClassName
{
background-color: #CCC48F;
}
</style>
border-color css
<style>
span { border-color: #CCC48F; }
span { border-color: rgb(204,196,143); }
td.TdClassName
{
border-color: #CCC48F;
}
.TagClassName
{
border-color: #CCC48F;
}
</style>