Shades of Winter Hazel #CCC78A
Tints of Winter Hazel #CCC78A
RGB
CMYK
RGB Variations
Color information
#CCC78A (or 0xCCC78A) is known color: Winter Hazel. HEX triplet: CC, C7 and 8A. RGB value is (204,199,138). Sum of RGB (Red+Green+Blue) = 204+199+138=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC78A is #333875. Grayscale: #C1C1C1. Windows color (decimal): -3356790 or 9095116. OLE color: 9095116.
HSL color Cylindrical-coordinate representation of color #CCC78A: hue angle of 55.45º 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 #CCC78A is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 138 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.2 |
| HSL | 55.45º | 0.39% | 0.67% | - |
| HSV(B) | 55.45º | 0.32% | 0.8% | - |
| XYZ | 49.91 | 55.52 | 32.13 | - |
| YUV | 193.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 138 | 0 | 0.02 | 0.32 | 0.2 | 55.45 | 0.39 | 0.67 |
| Hex | CC | C7 | 8A | 0 | 2 | 20 | 14 | 37 | 27 | 43 |
| Octal | 314 | 307 | 212 | 0 | 2 | 40 | 24 | 67 | 47 | 103 |
| Binary | 11001100 | 11000111 | 10001010 | 0 | 10 | 100000 | 10100 | 110111 | 100111 | 1000011 |
Color Harmonies of #CCC78A
Complementary color
Monochromatic Colors of #CCC78A
Black with #CCC78A
Text Example
Text Example
White with #CCC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC78A; }
p { color: rgb(204,199,138); }
H1.HeaderClassName
{
color: #CCC78A;
}
.AnyTagClassName
{
color: #CCC78A;
}
</style>
background-color css
<style>
a { background-color: #CCC78A; }
a { background-color: rgb(204,199,138); }
div.DivClassName
{
background-color: #CCC78A;
}
.BgClassName
{
background-color: #CCC78A;
}
</style>
border-color css
<style>
span { border-color: #CCC78A; }
span { border-color: rgb(204,199,138); }
td.TdClassName
{
border-color: #CCC78A;
}
.TagClassName
{
border-color: #CCC78A;
}
</style>