Shades of Winter Hazel #C6C18E
Tints of Winter Hazel #C6C18E
RGB
CMYK
RGB Variations
Color information
#C6C18E (or 0xC6C18E) is known color: Winter Hazel. HEX triplet: C6, C1 and 8E. RGB value is (198,193,142). Sum of RGB (Red+Green+Blue) = 198+193+142=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C18E is #393E71. Grayscale: #BCBCBC. Windows color (decimal): -3751538 or 9355718. OLE color: 9355718.
HSL color Cylindrical-coordinate representation of color #C6C18E: hue angle of 54.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6C18E is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 142 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.22 |
| HSL | 54.64º | 0.33% | 0.67% | - |
| HSV(B) | 54.64º | 0.28% | 0.78% | - |
| XYZ | 47.24 | 52.1 | 33.16 | - |
| YUV | 188.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 142 | 0 | 0.03 | 0.28 | 0.22 | 54.64 | 0.33 | 0.67 |
| Hex | C6 | C1 | 8E | 0 | 3 | 1C | 16 | 37 | 21 | 43 |
| Octal | 306 | 301 | 216 | 0 | 3 | 34 | 26 | 67 | 41 | 103 |
| Binary | 11000110 | 11000001 | 10001110 | 0 | 11 | 11100 | 10110 | 110111 | 100001 | 1000011 |
Color Harmonies of #C6C18E
Complementary color
Monochromatic Colors of #C6C18E
Black with #C6C18E
Text Example
Text Example
White with #C6C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C18E; }
p { color: rgb(198,193,142); }
H1.HeaderClassName
{
color: #C6C18E;
}
.AnyTagClassName
{
color: #C6C18E;
}
</style>
background-color css
<style>
a { background-color: #C6C18E; }
a { background-color: rgb(198,193,142); }
div.DivClassName
{
background-color: #C6C18E;
}
.BgClassName
{
background-color: #C6C18E;
}
</style>
border-color css
<style>
span { border-color: #C6C18E; }
span { border-color: rgb(198,193,142); }
td.TdClassName
{
border-color: #C6C18E;
}
.TagClassName
{
border-color: #C6C18E;
}
</style>