Shades of Winter Hazel #C7C389
Tints of Winter Hazel #C7C389
RGB
CMYK
RGB Variations
Color information
#C7C389 (or 0xC7C389) is known color: Winter Hazel. HEX triplet: C7, C3 and 89. RGB value is (199,195,137). Sum of RGB (Red+Green+Blue) = 199+195+137=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C389 is #383C76. Grayscale: #BDBDBD. Windows color (decimal): -3685495 or 9028551. OLE color: 9028551.
HSL color Cylindrical-coordinate representation of color #C7C389: hue angle of 56.13º degrees, saturation: 0.36, 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 #C7C389 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 137 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.22 |
| HSL | 56.13º | 0.36% | 0.66% | - |
| HSV(B) | 56.13º | 0.31% | 0.78% | - |
| XYZ | 47.58 | 52.98 | 31.38 | - |
| YUV | 189.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 137 | 0 | 0.02 | 0.31 | 0.22 | 56.13 | 0.36 | 0.66 |
| Hex | C7 | C3 | 89 | 0 | 2 | 1F | 16 | 38 | 24 | 42 |
| Octal | 307 | 303 | 211 | 0 | 2 | 37 | 26 | 70 | 44 | 102 |
| Binary | 11000111 | 11000011 | 10001001 | 0 | 10 | 11111 | 10110 | 111000 | 100100 | 1000010 |
Color Harmonies of #C7C389
Complementary color
Monochromatic Colors of #C7C389
Black with #C7C389
Text Example
Text Example
White with #C7C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C389; }
p { color: rgb(199,195,137); }
H1.HeaderClassName
{
color: #C7C389;
}
.AnyTagClassName
{
color: #C7C389;
}
</style>
background-color css
<style>
a { background-color: #C7C389; }
a { background-color: rgb(199,195,137); }
div.DivClassName
{
background-color: #C7C389;
}
.BgClassName
{
background-color: #C7C389;
}
</style>
border-color css
<style>
span { border-color: #C7C389; }
span { border-color: rgb(199,195,137); }
td.TdClassName
{
border-color: #C7C389;
}
.TagClassName
{
border-color: #C7C389;
}
</style>