Shades of Winter Hazel #CCC07B
Tints of Winter Hazel #CCC07B
RGB
CMYK
RGB Variations
Color information
#CCC07B (or 0xCCC07B) is known color: Winter Hazel. HEX triplet: CC, C0 and 7B. RGB value is (204,192,123). Sum of RGB (Red+Green+Blue) = 204+192+123=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC07B is #333F84. Grayscale: #BCBCBC. Windows color (decimal): -3358597 or 8110284. OLE color: 8110284.
HSL color Cylindrical-coordinate representation of color #CCC07B: hue angle of 51.11º 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 #CCC07B is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 123 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.2 |
| HSL | 51.11º | 0.44% | 0.64% | - |
| HSV(B) | 51.11º | 0.4% | 0.8% | - |
| XYZ | 47.33 | 51.97 | 26.28 | - |
| YUV | 187.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 123 | 0 | 0.06 | 0.40 | 0.2 | 51.11 | 0.44 | 0.64 |
| Hex | CC | C0 | 7B | 0 | 6 | 28 | 14 | 33 | 2C | 40 |
| Octal | 314 | 300 | 173 | 0 | 6 | 50 | 24 | 63 | 54 | 100 |
| Binary | 11001100 | 11000000 | 1111011 | 0 | 110 | 101000 | 10100 | 110011 | 101100 | 1000000 |
Color Harmonies of #CCC07B
Complementary color
Monochromatic Colors of #CCC07B
Black with #CCC07B
Text Example
Text Example
White with #CCC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC07B; }
p { color: rgb(204,192,123); }
H1.HeaderClassName
{
color: #CCC07B;
}
.AnyTagClassName
{
color: #CCC07B;
}
</style>
background-color css
<style>
a { background-color: #CCC07B; }
a { background-color: rgb(204,192,123); }
div.DivClassName
{
background-color: #CCC07B;
}
.BgClassName
{
background-color: #CCC07B;
}
</style>
border-color css
<style>
span { border-color: #CCC07B; }
span { border-color: rgb(204,192,123); }
td.TdClassName
{
border-color: #CCC07B;
}
.TagClassName
{
border-color: #CCC07B;
}
</style>