Shades of Winter Hazel #CCC57E
Tints of Winter Hazel #CCC57E
RGB
CMYK
RGB Variations
Color information
#CCC57E (or 0xCCC57E) is known color: Winter Hazel. HEX triplet: CC, C5 and 7E. RGB value is (204,197,126). Sum of RGB (Red+Green+Blue) = 204+197+126=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC57E is #333A81. Grayscale: #BFBFBF. Windows color (decimal): -3357314 or 8308172. OLE color: 8308172.
HSL color Cylindrical-coordinate representation of color #CCC57E: hue angle of 54.62º 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 #CCC57E is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 126 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.2 |
| HSL | 54.62º | 0.43% | 0.65% | - |
| HSV(B) | 54.62º | 0.38% | 0.8% | - |
| XYZ | 48.63 | 54.28 | 27.65 | - |
| YUV | 191 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 126 | 0 | 0.03 | 0.38 | 0.2 | 54.62 | 0.43 | 0.65 |
| Hex | CC | C5 | 7E | 0 | 3 | 26 | 14 | 37 | 2B | 41 |
| Octal | 314 | 305 | 176 | 0 | 3 | 46 | 24 | 67 | 53 | 101 |
| Binary | 11001100 | 11000101 | 1111110 | 0 | 11 | 100110 | 10100 | 110111 | 101011 | 1000001 |
Color Harmonies of #CCC57E
Complementary color
Monochromatic Colors of #CCC57E
Black with #CCC57E
Text Example
Text Example
White with #CCC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC57E; }
p { color: rgb(204,197,126); }
H1.HeaderClassName
{
color: #CCC57E;
}
.AnyTagClassName
{
color: #CCC57E;
}
</style>
background-color css
<style>
a { background-color: #CCC57E; }
a { background-color: rgb(204,197,126); }
div.DivClassName
{
background-color: #CCC57E;
}
.BgClassName
{
background-color: #CCC57E;
}
</style>
border-color css
<style>
span { border-color: #CCC57E; }
span { border-color: rgb(204,197,126); }
td.TdClassName
{
border-color: #CCC57E;
}
.TagClassName
{
border-color: #CCC57E;
}
</style>