Shades of Winter Hazel #CCC18E
Tints of Winter Hazel #CCC18E
RGB
CMYK
RGB Variations
Color information
#CCC18E (or 0xCCC18E) is known color: Winter Hazel. HEX triplet: CC, C1 and 8E. RGB value is (204,193,142). Sum of RGB (Red+Green+Blue) = 204+193+142=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC18E is #333E71. Grayscale: #BEBEBE. Windows color (decimal): -3358322 or 9355724. OLE color: 9355724.
HSL color Cylindrical-coordinate representation of color #CCC18E: hue angle of 49.35º degrees, saturation: 0.38, 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 #CCC18E is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 142 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.2 |
| HSL | 49.35º | 0.38% | 0.68% | - |
| HSV(B) | 49.35º | 0.3% | 0.8% | - |
| XYZ | 48.85 | 52.93 | 33.23 | - |
| YUV | 190.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 142 | 0 | 0.05 | 0.30 | 0.2 | 49.35 | 0.38 | 0.68 |
| Hex | CC | C1 | 8E | 0 | 5 | 1E | 14 | 31 | 26 | 44 |
| Octal | 314 | 301 | 216 | 0 | 5 | 36 | 24 | 61 | 46 | 104 |
| Binary | 11001100 | 11000001 | 10001110 | 0 | 101 | 11110 | 10100 | 110001 | 100110 | 1000100 |
Color Harmonies of #CCC18E
Complementary color
Monochromatic Colors of #CCC18E
Black with #CCC18E
Text Example
Text Example
White with #CCC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC18E; }
p { color: rgb(204,193,142); }
H1.HeaderClassName
{
color: #CCC18E;
}
.AnyTagClassName
{
color: #CCC18E;
}
</style>
background-color css
<style>
a { background-color: #CCC18E; }
a { background-color: rgb(204,193,142); }
div.DivClassName
{
background-color: #CCC18E;
}
.BgClassName
{
background-color: #CCC18E;
}
</style>
border-color css
<style>
span { border-color: #CCC18E; }
span { border-color: rgb(204,193,142); }
td.TdClassName
{
border-color: #CCC18E;
}
.TagClassName
{
border-color: #CCC18E;
}
</style>