Shades of Winter Hazel #C8C18F
Tints of Winter Hazel #C8C18F
RGB
CMYK
RGB Variations
Color information
#C8C18F (or 0xC8C18F) is known color: Winter Hazel. HEX triplet: C8, C1 and 8F. RGB value is (200,193,143). Sum of RGB (Red+Green+Blue) = 200+193+143=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C18F is #373E70. Grayscale: #BDBDBD. Windows color (decimal): -3620465 or 9421256. OLE color: 9421256.
HSL color Cylindrical-coordinate representation of color #C8C18F: hue angle of 52.63º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8C18F is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 143 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.22 |
| HSL | 52.63º | 0.34% | 0.67% | - |
| HSV(B) | 52.63º | 0.29% | 0.78% | - |
| XYZ | 47.85 | 52.4 | 33.58 | - |
| YUV | 189.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 143 | 0 | 0.04 | 0.28 | 0.22 | 52.63 | 0.34 | 0.67 |
| Hex | C8 | C1 | 8F | 0 | 4 | 1C | 16 | 35 | 22 | 43 |
| Octal | 310 | 301 | 217 | 0 | 4 | 34 | 26 | 65 | 42 | 103 |
| Binary | 11001000 | 11000001 | 10001111 | 0 | 100 | 11100 | 10110 | 110101 | 100010 | 1000011 |
Color Harmonies of #C8C18F
Complementary color
Monochromatic Colors of #C8C18F
Black with #C8C18F
Text Example
Text Example
White with #C8C18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C18F; }
p { color: rgb(200,193,143); }
H1.HeaderClassName
{
color: #C8C18F;
}
.AnyTagClassName
{
color: #C8C18F;
}
</style>
background-color css
<style>
a { background-color: #C8C18F; }
a { background-color: rgb(200,193,143); }
div.DivClassName
{
background-color: #C8C18F;
}
.BgClassName
{
background-color: #C8C18F;
}
</style>
border-color css
<style>
span { border-color: #C8C18F; }
span { border-color: rgb(200,193,143); }
td.TdClassName
{
border-color: #C8C18F;
}
.TagClassName
{
border-color: #C8C18F;
}
</style>