Shades of Winter Hazel #C7C18A
Tints of Winter Hazel #C7C18A
RGB
CMYK
RGB Variations
Color information
#C7C18A (or 0xC7C18A) is known color: Winter Hazel. HEX triplet: C7, C1 and 8A. RGB value is (199,193,138). Sum of RGB (Red+Green+Blue) = 199+193+138=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C18A is #383E75. Grayscale: #BCBCBC. Windows color (decimal): -3686006 or 9093575. OLE color: 9093575.
HSL color Cylindrical-coordinate representation of color #C7C18A: hue angle of 54.1º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7C18A is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 138 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.22 |
| HSL | 54.1º | 0.35% | 0.66% | - |
| HSV(B) | 54.1º | 0.31% | 0.78% | - |
| XYZ | 47.21 | 52.12 | 31.62 | - |
| YUV | 188.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 138 | 0 | 0.03 | 0.31 | 0.22 | 54.1 | 0.35 | 0.66 |
| Hex | C7 | C1 | 8A | 0 | 3 | 1F | 16 | 36 | 23 | 42 |
| Octal | 307 | 301 | 212 | 0 | 3 | 37 | 26 | 66 | 43 | 102 |
| Binary | 11000111 | 11000001 | 10001010 | 0 | 11 | 11111 | 10110 | 110110 | 100011 | 1000010 |
Color Harmonies of #C7C18A
Complementary color
Monochromatic Colors of #C7C18A
Black with #C7C18A
Text Example
Text Example
White with #C7C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C18A; }
p { color: rgb(199,193,138); }
H1.HeaderClassName
{
color: #C7C18A;
}
.AnyTagClassName
{
color: #C7C18A;
}
</style>
background-color css
<style>
a { background-color: #C7C18A; }
a { background-color: rgb(199,193,138); }
div.DivClassName
{
background-color: #C7C18A;
}
.BgClassName
{
background-color: #C7C18A;
}
</style>
border-color css
<style>
span { border-color: #C7C18A; }
span { border-color: rgb(199,193,138); }
td.TdClassName
{
border-color: #C7C18A;
}
.TagClassName
{
border-color: #C7C18A;
}
</style>