Shades of Winter Hazel #CCC48B
Tints of Winter Hazel #CCC48B
RGB
CMYK
RGB Variations
Color information
#CCC48B (or 0xCCC48B) is known color: Winter Hazel. HEX triplet: CC, C4 and 8B. RGB value is (204,196,139). Sum of RGB (Red+Green+Blue) = 204+196+139=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC48B is #333B74. Grayscale: #C0C0C0. Windows color (decimal): -3357557 or 9159884. OLE color: 9159884.
HSL color Cylindrical-coordinate representation of color #CCC48B: hue angle of 52.62º 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 #CCC48B is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 139 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.2 |
| HSL | 52.62º | 0.39% | 0.67% | - |
| HSV(B) | 52.62º | 0.32% | 0.8% | - |
| XYZ | 49.3 | 54.18 | 32.29 | - |
| YUV | 191.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 139 | 0 | 0.04 | 0.32 | 0.2 | 52.62 | 0.39 | 0.67 |
| Hex | CC | C4 | 8B | 0 | 4 | 20 | 14 | 35 | 27 | 43 |
| Octal | 314 | 304 | 213 | 0 | 4 | 40 | 24 | 65 | 47 | 103 |
| Binary | 11001100 | 11000100 | 10001011 | 0 | 100 | 100000 | 10100 | 110101 | 100111 | 1000011 |
Color Harmonies of #CCC48B
Complementary color
Monochromatic Colors of #CCC48B
Black with #CCC48B
Text Example
Text Example
White with #CCC48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC48B; }
p { color: rgb(204,196,139); }
H1.HeaderClassName
{
color: #CCC48B;
}
.AnyTagClassName
{
color: #CCC48B;
}
</style>
background-color css
<style>
a { background-color: #CCC48B; }
a { background-color: rgb(204,196,139); }
div.DivClassName
{
background-color: #CCC48B;
}
.BgClassName
{
background-color: #CCC48B;
}
</style>
border-color css
<style>
span { border-color: #CCC48B; }
span { border-color: rgb(204,196,139); }
td.TdClassName
{
border-color: #CCC48B;
}
.TagClassName
{
border-color: #CCC48B;
}
</style>