Shades of Winter Hazel #CCC07F
Tints of Winter Hazel #CCC07F
RGB
CMYK
RGB Variations
Color information
#CCC07F (or 0xCCC07F) is known color: Winter Hazel. HEX triplet: CC, C0 and 7F. RGB value is (204,192,127). Sum of RGB (Red+Green+Blue) = 204+192+127=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC07F is #333F80. Grayscale: #BCBCBC. Windows color (decimal): -3358593 or 8372428. OLE color: 8372428.
HSL color Cylindrical-coordinate representation of color #CCC07F: hue angle of 50.65º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCC07F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 127 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.2 |
| HSL | 50.65º | 0.43% | 0.65% | - |
| HSV(B) | 50.65º | 0.38% | 0.8% | - |
| XYZ | 47.58 | 52.07 | 27.62 | - |
| YUV | 188.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 127 | 0 | 0.06 | 0.38 | 0.2 | 50.65 | 0.43 | 0.65 |
| Hex | CC | C0 | 7F | 0 | 6 | 26 | 14 | 33 | 2B | 41 |
| Octal | 314 | 300 | 177 | 0 | 6 | 46 | 24 | 63 | 53 | 101 |
| Binary | 11001100 | 11000000 | 1111111 | 0 | 110 | 100110 | 10100 | 110011 | 101011 | 1000001 |
Color Harmonies of #CCC07F
Complementary color
Monochromatic Colors of #CCC07F
Black with #CCC07F
Text Example
Text Example
White with #CCC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC07F; }
p { color: rgb(204,192,127); }
H1.HeaderClassName
{
color: #CCC07F;
}
.AnyTagClassName
{
color: #CCC07F;
}
</style>
background-color css
<style>
a { background-color: #CCC07F; }
a { background-color: rgb(204,192,127); }
div.DivClassName
{
background-color: #CCC07F;
}
.BgClassName
{
background-color: #CCC07F;
}
</style>
border-color css
<style>
span { border-color: #CCC07F; }
span { border-color: rgb(204,192,127); }
td.TdClassName
{
border-color: #CCC07F;
}
.TagClassName
{
border-color: #CCC07F;
}
</style>