Shades of Winter Hazel #CCC17C
Tints of Winter Hazel #CCC17C
RGB
CMYK
RGB Variations
Color information
#CCC17C (or 0xCCC17C) is known color: Winter Hazel. HEX triplet: CC, C1 and 7C. RGB value is (204,193,124). Sum of RGB (Red+Green+Blue) = 204+193+124=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC17C is #333E83. Grayscale: #BCBCBC. Windows color (decimal): -3358340 or 8176076. OLE color: 8176076.
HSL color Cylindrical-coordinate representation of color #CCC17C: hue angle of 51.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCC17C is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 124 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.2 |
| HSL | 51.75º | 0.44% | 0.64% | - |
| HSV(B) | 51.75º | 0.39% | 0.8% | - |
| XYZ | 47.61 | 52.43 | 26.68 | - |
| YUV | 188.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 124 | 0 | 0.05 | 0.39 | 0.2 | 51.75 | 0.44 | 0.64 |
| Hex | CC | C1 | 7C | 0 | 5 | 27 | 14 | 34 | 2C | 40 |
| Octal | 314 | 301 | 174 | 0 | 5 | 47 | 24 | 64 | 54 | 100 |
| Binary | 11001100 | 11000001 | 1111100 | 0 | 101 | 100111 | 10100 | 110100 | 101100 | 1000000 |
Color Harmonies of #CCC17C
Complementary color
Monochromatic Colors of #CCC17C
Black with #CCC17C
Text Example
Text Example
White with #CCC17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC17C; }
p { color: rgb(204,193,124); }
H1.HeaderClassName
{
color: #CCC17C;
}
.AnyTagClassName
{
color: #CCC17C;
}
</style>
background-color css
<style>
a { background-color: #CCC17C; }
a { background-color: rgb(204,193,124); }
div.DivClassName
{
background-color: #CCC17C;
}
.BgClassName
{
background-color: #CCC17C;
}
</style>
border-color css
<style>
span { border-color: #CCC17C; }
span { border-color: rgb(204,193,124); }
td.TdClassName
{
border-color: #CCC17C;
}
.TagClassName
{
border-color: #CCC17C;
}
</style>