Shades of Winter Hazel #CCC47B
Tints of Winter Hazel #CCC47B
RGB
CMYK
RGB Variations
Color information
#CCC47B (or 0xCCC47B) is known color: Winter Hazel. HEX triplet: CC, C4 and 7B. RGB value is (204,196,123). Sum of RGB (Red+Green+Blue) = 204+196+123=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC47B is #333B84. Grayscale: #BEBEBE. Windows color (decimal): -3357573 or 8111308. OLE color: 8111308.
HSL color Cylindrical-coordinate representation of color #CCC47B: hue angle of 54.07º degrees, saturation: 0.44, 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 #CCC47B is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 123 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.2 |
| HSL | 54.07º | 0.44% | 0.64% | - |
| HSV(B) | 54.07º | 0.4% | 0.8% | - |
| XYZ | 48.22 | 53.75 | 26.57 | - |
| YUV | 190.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 123 | 0 | 0.04 | 0.40 | 0.2 | 54.07 | 0.44 | 0.64 |
| Hex | CC | C4 | 7B | 0 | 4 | 28 | 14 | 36 | 2C | 40 |
| Octal | 314 | 304 | 173 | 0 | 4 | 50 | 24 | 66 | 54 | 100 |
| Binary | 11001100 | 11000100 | 1111011 | 0 | 100 | 101000 | 10100 | 110110 | 101100 | 1000000 |
Color Harmonies of #CCC47B
Complementary color
Monochromatic Colors of #CCC47B
Black with #CCC47B
Text Example
Text Example
White with #CCC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC47B; }
p { color: rgb(204,196,123); }
H1.HeaderClassName
{
color: #CCC47B;
}
.AnyTagClassName
{
color: #CCC47B;
}
</style>
background-color css
<style>
a { background-color: #CCC47B; }
a { background-color: rgb(204,196,123); }
div.DivClassName
{
background-color: #CCC47B;
}
.BgClassName
{
background-color: #CCC47B;
}
</style>
border-color css
<style>
span { border-color: #CCC47B; }
span { border-color: rgb(204,196,123); }
td.TdClassName
{
border-color: #CCC47B;
}
.TagClassName
{
border-color: #CCC47B;
}
</style>