Shades of Ash #C3C09E
Tints of Ash #C3C09E
RGB
CMYK
RGB Variations
Color information
#C3C09E (or 0xC3C09E) is known color: Ash. HEX triplet: C3, C0 and 9E. RGB value is (195,192,158). Sum of RGB (Red+Green+Blue) = 195+192+158=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C09E is #3C3F61. Grayscale: #BDBDBD. Windows color (decimal): -3948386 or 10404035. OLE color: 10404035.
HSL color Cylindrical-coordinate representation of color #C3C09E: hue angle of 55.14º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3C09E is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 158 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.24 |
| HSL | 55.14º | 0.24% | 0.69% | - |
| HSV(B) | 55.14º | 0.19% | 0.76% | - |
| XYZ | 47.53 | 51.77 | 39.84 | - |
| YUV | 189.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 158 | 0 | 0.02 | 0.19 | 0.24 | 55.14 | 0.24 | 0.69 |
| Hex | C3 | C0 | 9E | 0 | 2 | 13 | 18 | 37 | 18 | 45 |
| Octal | 303 | 300 | 236 | 0 | 2 | 23 | 30 | 67 | 30 | 105 |
| Binary | 11000011 | 11000000 | 10011110 | 0 | 10 | 10011 | 11000 | 110111 | 11000 | 1000101 |
Color Harmonies of #C3C09E
Complementary color
Monochromatic Colors of #C3C09E
Black with #C3C09E
Text Example
Text Example
White with #C3C09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C09E; }
p { color: rgb(195,192,158); }
H1.HeaderClassName
{
color: #C3C09E;
}
.AnyTagClassName
{
color: #C3C09E;
}
</style>
background-color css
<style>
a { background-color: #C3C09E; }
a { background-color: rgb(195,192,158); }
div.DivClassName
{
background-color: #C3C09E;
}
.BgClassName
{
background-color: #C3C09E;
}
</style>
border-color css
<style>
span { border-color: #C3C09E; }
span { border-color: rgb(195,192,158); }
td.TdClassName
{
border-color: #C3C09E;
}
.TagClassName
{
border-color: #C3C09E;
}
</style>