Shades of Winter Hazel #CCC28B
Tints of Winter Hazel #CCC28B
RGB
CMYK
RGB Variations
Color information
#CCC28B (or 0xCCC28B) is known color: Winter Hazel. HEX triplet: CC, C2 and 8B. RGB value is (204,194,139). Sum of RGB (Red+Green+Blue) = 204+194+139=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC28B is #333D74. Grayscale: #BEBEBE. Windows color (decimal): -3358069 or 9159372. OLE color: 9159372.
HSL color Cylindrical-coordinate representation of color #CCC28B: hue angle of 50.77º 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 #CCC28B is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 139 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.2 |
| HSL | 50.77º | 0.39% | 0.67% | - |
| HSV(B) | 50.77º | 0.32% | 0.8% | - |
| XYZ | 48.85 | 53.29 | 32.14 | - |
| YUV | 190.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 139 | 0 | 0.05 | 0.32 | 0.2 | 50.77 | 0.39 | 0.67 |
| Hex | CC | C2 | 8B | 0 | 5 | 20 | 14 | 33 | 27 | 43 |
| Octal | 314 | 302 | 213 | 0 | 5 | 40 | 24 | 63 | 47 | 103 |
| Binary | 11001100 | 11000010 | 10001011 | 0 | 101 | 100000 | 10100 | 110011 | 100111 | 1000011 |
Color Harmonies of #CCC28B
Complementary color
Monochromatic Colors of #CCC28B
Black with #CCC28B
Text Example
Text Example
White with #CCC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC28B; }
p { color: rgb(204,194,139); }
H1.HeaderClassName
{
color: #CCC28B;
}
.AnyTagClassName
{
color: #CCC28B;
}
</style>
background-color css
<style>
a { background-color: #CCC28B; }
a { background-color: rgb(204,194,139); }
div.DivClassName
{
background-color: #CCC28B;
}
.BgClassName
{
background-color: #CCC28B;
}
</style>
border-color css
<style>
span { border-color: #CCC28B; }
span { border-color: rgb(204,194,139); }
td.TdClassName
{
border-color: #CCC28B;
}
.TagClassName
{
border-color: #CCC28B;
}
</style>