Shades of Winter Hazel #CCC08D
Tints of Winter Hazel #CCC08D
RGB
CMYK
RGB Variations
Color information
#CCC08D (or 0xCCC08D) is known color: Winter Hazel. HEX triplet: CC, C0 and 8D. RGB value is (204,192,141). Sum of RGB (Red+Green+Blue) = 204+192+141=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC08D is #333F72. Grayscale: #BDBDBD. Windows color (decimal): -3358579 or 9289932. OLE color: 9289932.
HSL color Cylindrical-coordinate representation of color #CCC08D: hue angle of 48.57º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC08D is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 141 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.2 |
| HSL | 48.57º | 0.38% | 0.68% | - |
| HSV(B) | 48.57º | 0.31% | 0.8% | - |
| XYZ | 48.56 | 52.46 | 32.77 | - |
| YUV | 189.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 141 | 0 | 0.06 | 0.31 | 0.2 | 48.57 | 0.38 | 0.68 |
| Hex | CC | C0 | 8D | 0 | 6 | 1F | 14 | 31 | 26 | 44 |
| Octal | 314 | 300 | 215 | 0 | 6 | 37 | 24 | 61 | 46 | 104 |
| Binary | 11001100 | 11000000 | 10001101 | 0 | 110 | 11111 | 10100 | 110001 | 100110 | 1000100 |
Color Harmonies of #CCC08D
Complementary color
Monochromatic Colors of #CCC08D
Black with #CCC08D
Text Example
Text Example
White with #CCC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC08D; }
p { color: rgb(204,192,141); }
H1.HeaderClassName
{
color: #CCC08D;
}
.AnyTagClassName
{
color: #CCC08D;
}
</style>
background-color css
<style>
a { background-color: #CCC08D; }
a { background-color: rgb(204,192,141); }
div.DivClassName
{
background-color: #CCC08D;
}
.BgClassName
{
background-color: #CCC08D;
}
</style>
border-color css
<style>
span { border-color: #CCC08D; }
span { border-color: rgb(204,192,141); }
td.TdClassName
{
border-color: #CCC08D;
}
.TagClassName
{
border-color: #CCC08D;
}
</style>