Shades of Winter Hazel #CCC28F
Tints of Winter Hazel #CCC28F
RGB
CMYK
RGB Variations
Color information
#CCC28F (or 0xCCC28F) is known color: Winter Hazel. HEX triplet: CC, C2 and 8F. RGB value is (204,194,143). Sum of RGB (Red+Green+Blue) = 204+194+143=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC28F is #333D70. Grayscale: #BFBFBF. Windows color (decimal): -3358065 or 9421516. OLE color: 9421516.
HSL color Cylindrical-coordinate representation of color #CCC28F: hue angle of 50.16º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC28F is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 143 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.2 |
| HSL | 50.16º | 0.37% | 0.68% | - |
| HSV(B) | 50.16º | 0.3% | 0.8% | - |
| XYZ | 49.15 | 53.4 | 33.7 | - |
| YUV | 191.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 143 | 0 | 0.05 | 0.30 | 0.2 | 50.16 | 0.37 | 0.68 |
| Hex | CC | C2 | 8F | 0 | 5 | 1E | 14 | 32 | 25 | 44 |
| Octal | 314 | 302 | 217 | 0 | 5 | 36 | 24 | 62 | 45 | 104 |
| Binary | 11001100 | 11000010 | 10001111 | 0 | 101 | 11110 | 10100 | 110010 | 100101 | 1000100 |
Color Harmonies of #CCC28F
Complementary color
Monochromatic Colors of #CCC28F
Black with #CCC28F
Text Example
Text Example
White with #CCC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC28F; }
p { color: rgb(204,194,143); }
H1.HeaderClassName
{
color: #CCC28F;
}
.AnyTagClassName
{
color: #CCC28F;
}
</style>
background-color css
<style>
a { background-color: #CCC28F; }
a { background-color: rgb(204,194,143); }
div.DivClassName
{
background-color: #CCC28F;
}
.BgClassName
{
background-color: #CCC28F;
}
</style>
border-color css
<style>
span { border-color: #CCC28F; }
span { border-color: rgb(204,194,143); }
td.TdClassName
{
border-color: #CCC28F;
}
.TagClassName
{
border-color: #CCC28F;
}
</style>