Shades of Winter Hazel #CCC28A
Tints of Winter Hazel #CCC28A
RGB
CMYK
RGB Variations
Color information
#CCC28A (or 0xCCC28A) is known color: Winter Hazel. HEX triplet: CC, C2 and 8A. RGB value is (204,194,138). Sum of RGB (Red+Green+Blue) = 204+194+138=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC28A is #333D75. Grayscale: #BEBEBE. Windows color (decimal): -3358070 or 9093836. OLE color: 9093836.
HSL color Cylindrical-coordinate representation of color #CCC28A: hue angle of 50.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCC28A is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 138 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.2 |
| HSL | 50.91º | 0.39% | 0.67% | - |
| HSV(B) | 50.91º | 0.32% | 0.8% | - |
| XYZ | 48.78 | 53.26 | 31.75 | - |
| YUV | 190.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 138 | 0 | 0.05 | 0.32 | 0.2 | 50.91 | 0.39 | 0.67 |
| Hex | CC | C2 | 8A | 0 | 5 | 20 | 14 | 33 | 27 | 43 |
| Octal | 314 | 302 | 212 | 0 | 5 | 40 | 24 | 63 | 47 | 103 |
| Binary | 11001100 | 11000010 | 10001010 | 0 | 101 | 100000 | 10100 | 110011 | 100111 | 1000011 |
Color Harmonies of #CCC28A
Complementary color
Monochromatic Colors of #CCC28A
Black with #CCC28A
Text Example
Text Example
White with #CCC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC28A; }
p { color: rgb(204,194,138); }
H1.HeaderClassName
{
color: #CCC28A;
}
.AnyTagClassName
{
color: #CCC28A;
}
</style>
background-color css
<style>
a { background-color: #CCC28A; }
a { background-color: rgb(204,194,138); }
div.DivClassName
{
background-color: #CCC28A;
}
.BgClassName
{
background-color: #CCC28A;
}
</style>
border-color css
<style>
span { border-color: #CCC28A; }
span { border-color: rgb(204,194,138); }
td.TdClassName
{
border-color: #CCC28A;
}
.TagClassName
{
border-color: #CCC28A;
}
</style>