Shades of Ash #C6C09D
Tints of Ash #C6C09D
RGB
CMYK
RGB Variations
Color information
#C6C09D (or 0xC6C09D) is known color: Ash. HEX triplet: C6, C0 and 9D. RGB value is (198,192,157). Sum of RGB (Red+Green+Blue) = 198+192+157=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C09D is #393F62. Grayscale: #BDBDBD. Windows color (decimal): -3751779 or 10338502. OLE color: 10338502.
HSL color Cylindrical-coordinate representation of color #C6C09D: hue angle of 51.22º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6C09D is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 157 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.22 |
| HSL | 51.22º | 0.26% | 0.7% | - |
| HSV(B) | 51.22º | 0.21% | 0.78% | - |
| XYZ | 48.22 | 52.14 | 39.42 | - |
| YUV | 189.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 157 | 0 | 0.03 | 0.21 | 0.22 | 51.22 | 0.26 | 0.7 |
| Hex | C6 | C0 | 9D | 0 | 3 | 15 | 16 | 33 | 1A | 46 |
| Octal | 306 | 300 | 235 | 0 | 3 | 25 | 26 | 63 | 32 | 106 |
| Binary | 11000110 | 11000000 | 10011101 | 0 | 11 | 10101 | 10110 | 110011 | 11010 | 1000110 |
Color Harmonies of #C6C09D
Complementary color
Monochromatic Colors of #C6C09D
Black with #C6C09D
Text Example
Text Example
White with #C6C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C09D; }
p { color: rgb(198,192,157); }
H1.HeaderClassName
{
color: #C6C09D;
}
.AnyTagClassName
{
color: #C6C09D;
}
</style>
background-color css
<style>
a { background-color: #C6C09D; }
a { background-color: rgb(198,192,157); }
div.DivClassName
{
background-color: #C6C09D;
}
.BgClassName
{
background-color: #C6C09D;
}
</style>
border-color css
<style>
span { border-color: #C6C09D; }
span { border-color: rgb(198,192,157); }
td.TdClassName
{
border-color: #C6C09D;
}
.TagClassName
{
border-color: #C6C09D;
}
</style>