Shades of Winter Hazel #CCC17A
Tints of Winter Hazel #CCC17A
RGB
CMYK
RGB Variations
Color information
#CCC17A (or 0xCCC17A) is known color: Winter Hazel. HEX triplet: CC, C1 and 7A. RGB value is (204,193,122). Sum of RGB (Red+Green+Blue) = 204+193+122=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC17A is #333E85. Grayscale: #BCBCBC. Windows color (decimal): -3358342 or 8045004. OLE color: 8045004.
HSL color Cylindrical-coordinate representation of color #CCC17A: hue angle of 51.95º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC17A is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 122 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.2 |
| HSL | 51.95º | 0.45% | 0.64% | - |
| HSV(B) | 51.95º | 0.4% | 0.8% | - |
| XYZ | 47.48 | 52.38 | 26.02 | - |
| YUV | 188.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 122 | 0 | 0.05 | 0.40 | 0.2 | 51.95 | 0.45 | 0.64 |
| Hex | CC | C1 | 7A | 0 | 5 | 28 | 14 | 34 | 2D | 40 |
| Octal | 314 | 301 | 172 | 0 | 5 | 50 | 24 | 64 | 55 | 100 |
| Binary | 11001100 | 11000001 | 1111010 | 0 | 101 | 101000 | 10100 | 110100 | 101101 | 1000000 |
Color Harmonies of #CCC17A
Complementary color
Monochromatic Colors of #CCC17A
Black with #CCC17A
Text Example
Text Example
White with #CCC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC17A; }
p { color: rgb(204,193,122); }
H1.HeaderClassName
{
color: #CCC17A;
}
.AnyTagClassName
{
color: #CCC17A;
}
</style>
background-color css
<style>
a { background-color: #CCC17A; }
a { background-color: rgb(204,193,122); }
div.DivClassName
{
background-color: #CCC17A;
}
.BgClassName
{
background-color: #CCC17A;
}
</style>
border-color css
<style>
span { border-color: #CCC17A; }
span { border-color: rgb(204,193,122); }
td.TdClassName
{
border-color: #CCC17A;
}
.TagClassName
{
border-color: #CCC17A;
}
</style>