Shades of Winter Hazel #C6C389
Tints of Winter Hazel #C6C389
RGB
CMYK
RGB Variations
Color information
#C6C389 (or 0xC6C389) is known color: Winter Hazel. HEX triplet: C6, C3 and 89. RGB value is (198,195,137). Sum of RGB (Red+Green+Blue) = 198+195+137=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C389 is #393C76. Grayscale: #BDBDBD. Windows color (decimal): -3751031 or 9028550. OLE color: 9028550.
HSL color Cylindrical-coordinate representation of color #C6C389: hue angle of 57.05º 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 #C6C389 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 137 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.22 |
| HSL | 57.05º | 0.35% | 0.66% | - |
| HSV(B) | 57.05º | 0.31% | 0.78% | - |
| XYZ | 47.32 | 52.84 | 31.37 | - |
| YUV | 189.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 137 | 0 | 0.02 | 0.31 | 0.22 | 57.05 | 0.35 | 0.66 |
| Hex | C6 | C3 | 89 | 0 | 2 | 1F | 16 | 39 | 23 | 42 |
| Octal | 306 | 303 | 211 | 0 | 2 | 37 | 26 | 71 | 43 | 102 |
| Binary | 11000110 | 11000011 | 10001001 | 0 | 10 | 11111 | 10110 | 111001 | 100011 | 1000010 |
Color Harmonies of #C6C389
Complementary color
Monochromatic Colors of #C6C389
Black with #C6C389
Text Example
Text Example
White with #C6C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C389; }
p { color: rgb(198,195,137); }
H1.HeaderClassName
{
color: #C6C389;
}
.AnyTagClassName
{
color: #C6C389;
}
</style>
background-color css
<style>
a { background-color: #C6C389; }
a { background-color: rgb(198,195,137); }
div.DivClassName
{
background-color: #C6C389;
}
.BgClassName
{
background-color: #C6C389;
}
</style>
border-color css
<style>
span { border-color: #C6C389; }
span { border-color: rgb(198,195,137); }
td.TdClassName
{
border-color: #C6C389;
}
.TagClassName
{
border-color: #C6C389;
}
</style>