Shades of Winter Hazel #CCC77B
Tints of Winter Hazel #CCC77B
RGB
CMYK
RGB Variations
Color information
#CCC77B (or 0xCCC77B) is known color: Winter Hazel. HEX triplet: CC, C7 and 7B. RGB value is (204,199,123). Sum of RGB (Red+Green+Blue) = 204+199+123=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC77B is #333884. Grayscale: #C0C0C0. Windows color (decimal): -3356805 or 8112076. OLE color: 8112076.
HSL color Cylindrical-coordinate representation of color #CCC77B: hue angle of 56.3º 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 #CCC77B is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 123 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.2 |
| HSL | 56.3º | 0.44% | 0.64% | - |
| HSV(B) | 56.3º | 0.4% | 0.8% | - |
| XYZ | 48.9 | 55.11 | 26.8 | - |
| YUV | 191.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 123 | 0 | 0.02 | 0.40 | 0.2 | 56.3 | 0.44 | 0.64 |
| Hex | CC | C7 | 7B | 0 | 2 | 28 | 14 | 38 | 2C | 40 |
| Octal | 314 | 307 | 173 | 0 | 2 | 50 | 24 | 70 | 54 | 100 |
| Binary | 11001100 | 11000111 | 1111011 | 0 | 10 | 101000 | 10100 | 111000 | 101100 | 1000000 |
Color Harmonies of #CCC77B
Complementary color
Monochromatic Colors of #CCC77B
Black with #CCC77B
Text Example
Text Example
White with #CCC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC77B; }
p { color: rgb(204,199,123); }
H1.HeaderClassName
{
color: #CCC77B;
}
.AnyTagClassName
{
color: #CCC77B;
}
</style>
background-color css
<style>
a { background-color: #CCC77B; }
a { background-color: rgb(204,199,123); }
div.DivClassName
{
background-color: #CCC77B;
}
.BgClassName
{
background-color: #CCC77B;
}
</style>
border-color css
<style>
span { border-color: #CCC77B; }
span { border-color: rgb(204,199,123); }
td.TdClassName
{
border-color: #CCC77B;
}
.TagClassName
{
border-color: #CCC77B;
}
</style>