Shades of Winter Hazel #C7C18F
Tints of Winter Hazel #C7C18F
RGB
CMYK
RGB Variations
Color information
#C7C18F (or 0xC7C18F) is known color: Winter Hazel. HEX triplet: C7, C1 and 8F. RGB value is (199,193,143). Sum of RGB (Red+Green+Blue) = 199+193+143=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C18F is #383E70. Grayscale: #BDBDBD. Windows color (decimal): -3686001 or 9421255. OLE color: 9421255.
HSL color Cylindrical-coordinate representation of color #C7C18F: hue angle of 53.57º 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 #C7C18F is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 143 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.22 |
| HSL | 53.57º | 0.33% | 0.67% | - |
| HSV(B) | 53.57º | 0.28% | 0.78% | - |
| XYZ | 47.58 | 52.27 | 33.57 | - |
| YUV | 189.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 143 | 0 | 0.03 | 0.28 | 0.22 | 53.57 | 0.33 | 0.67 |
| Hex | C7 | C1 | 8F | 0 | 3 | 1C | 16 | 36 | 21 | 43 |
| Octal | 307 | 301 | 217 | 0 | 3 | 34 | 26 | 66 | 41 | 103 |
| Binary | 11000111 | 11000001 | 10001111 | 0 | 11 | 11100 | 10110 | 110110 | 100001 | 1000011 |
Color Harmonies of #C7C18F
Complementary color
Monochromatic Colors of #C7C18F
Black with #C7C18F
Text Example
Text Example
White with #C7C18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C18F; }
p { color: rgb(199,193,143); }
H1.HeaderClassName
{
color: #C7C18F;
}
.AnyTagClassName
{
color: #C7C18F;
}
</style>
background-color css
<style>
a { background-color: #C7C18F; }
a { background-color: rgb(199,193,143); }
div.DivClassName
{
background-color: #C7C18F;
}
.BgClassName
{
background-color: #C7C18F;
}
</style>
border-color css
<style>
span { border-color: #C7C18F; }
span { border-color: rgb(199,193,143); }
td.TdClassName
{
border-color: #C7C18F;
}
.TagClassName
{
border-color: #C7C18F;
}
</style>