Shades of Winter Hazel #CCC37B
Tints of Winter Hazel #CCC37B
RGB
CMYK
RGB Variations
Color information
#CCC37B (or 0xCCC37B) is known color: Winter Hazel. HEX triplet: CC, C3 and 7B. RGB value is (204,195,123). Sum of RGB (Red+Green+Blue) = 204+195+123=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC37B is #333C84. Grayscale: #BDBDBD. Windows color (decimal): -3357829 or 8111052. OLE color: 8111052.
HSL color Cylindrical-coordinate representation of color #CCC37B: hue angle of 53.33º 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 #CCC37B is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 123 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.2 |
| HSL | 53.33º | 0.44% | 0.64% | - |
| HSV(B) | 53.33º | 0.4% | 0.8% | - |
| XYZ | 47.99 | 53.3 | 26.5 | - |
| YUV | 189.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 123 | 0 | 0.04 | 0.40 | 0.2 | 53.33 | 0.44 | 0.64 |
| Hex | CC | C3 | 7B | 0 | 4 | 28 | 14 | 35 | 2C | 40 |
| Octal | 314 | 303 | 173 | 0 | 4 | 50 | 24 | 65 | 54 | 100 |
| Binary | 11001100 | 11000011 | 1111011 | 0 | 100 | 101000 | 10100 | 110101 | 101100 | 1000000 |
Color Harmonies of #CCC37B
Complementary color
Monochromatic Colors of #CCC37B
Black with #CCC37B
Text Example
Text Example
White with #CCC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC37B; }
p { color: rgb(204,195,123); }
H1.HeaderClassName
{
color: #CCC37B;
}
.AnyTagClassName
{
color: #CCC37B;
}
</style>
background-color css
<style>
a { background-color: #CCC37B; }
a { background-color: rgb(204,195,123); }
div.DivClassName
{
background-color: #CCC37B;
}
.BgClassName
{
background-color: #CCC37B;
}
</style>
border-color css
<style>
span { border-color: #CCC37B; }
span { border-color: rgb(204,195,123); }
td.TdClassName
{
border-color: #CCC37B;
}
.TagClassName
{
border-color: #CCC37B;
}
</style>