Shades of Winter Hazel #CCC178
Tints of Winter Hazel #CCC178
RGB
CMYK
RGB Variations
Color information
#CCC178 (or 0xCCC178) is known color: Winter Hazel. HEX triplet: CC, C1 and 78. RGB value is (204,193,120). Sum of RGB (Red+Green+Blue) = 204+193+120=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC178 is #333E87. Grayscale: #BCBCBC. Windows color (decimal): -3358344 or 7913932. OLE color: 7913932.
HSL color Cylindrical-coordinate representation of color #CCC178: hue angle of 52.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCC178 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 120 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.2 |
| HSL | 52.14º | 0.45% | 0.64% | - |
| HSV(B) | 52.14º | 0.41% | 0.8% | - |
| XYZ | 47.36 | 52.33 | 25.37 | - |
| YUV | 187.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 120 | 0 | 0.05 | 0.41 | 0.2 | 52.14 | 0.45 | 0.64 |
| Hex | CC | C1 | 78 | 0 | 5 | 29 | 14 | 34 | 2D | 40 |
| Octal | 314 | 301 | 170 | 0 | 5 | 51 | 24 | 64 | 55 | 100 |
| Binary | 11001100 | 11000001 | 1111000 | 0 | 101 | 101001 | 10100 | 110100 | 101101 | 1000000 |
Color Harmonies of #CCC178
Complementary color
Monochromatic Colors of #CCC178
Black with #CCC178
Text Example
Text Example
White with #CCC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC178; }
p { color: rgb(204,193,120); }
H1.HeaderClassName
{
color: #CCC178;
}
.AnyTagClassName
{
color: #CCC178;
}
</style>
background-color css
<style>
a { background-color: #CCC178; }
a { background-color: rgb(204,193,120); }
div.DivClassName
{
background-color: #CCC178;
}
.BgClassName
{
background-color: #CCC178;
}
</style>
border-color css
<style>
span { border-color: #CCC178; }
span { border-color: rgb(204,193,120); }
td.TdClassName
{
border-color: #CCC178;
}
.TagClassName
{
border-color: #CCC178;
}
</style>