Shades of Ash #C3C09F
Tints of Ash #C3C09F
RGB
CMYK
RGB Variations
Color information
#C3C09F (or 0xC3C09F) is known color: Ash. HEX triplet: C3, C0 and 9F. RGB value is (195,192,159). Sum of RGB (Red+Green+Blue) = 195+192+159=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C09F is #3C3F60. Grayscale: #BDBDBD. Windows color (decimal): -3948385 or 10469571. OLE color: 10469571.
HSL color Cylindrical-coordinate representation of color #C3C09F: hue angle of 55º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3C09F is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 159 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.24 |
| HSL | 55º | 0.23% | 0.69% | - |
| HSV(B) | 55º | 0.18% | 0.76% | - |
| XYZ | 47.61 | 51.8 | 40.29 | - |
| YUV | 189.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 159 | 0 | 0.02 | 0.18 | 0.24 | 55 | 0.23 | 0.69 |
| Hex | C3 | C0 | 9F | 0 | 2 | 12 | 18 | 37 | 17 | 45 |
| Octal | 303 | 300 | 237 | 0 | 2 | 22 | 30 | 67 | 27 | 105 |
| Binary | 11000011 | 11000000 | 10011111 | 0 | 10 | 10010 | 11000 | 110111 | 10111 | 1000101 |
Color Harmonies of #C3C09F
Complementary color
Monochromatic Colors of #C3C09F
Black with #C3C09F
Text Example
Text Example
White with #C3C09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C09F; }
p { color: rgb(195,192,159); }
H1.HeaderClassName
{
color: #C3C09F;
}
.AnyTagClassName
{
color: #C3C09F;
}
</style>
background-color css
<style>
a { background-color: #C3C09F; }
a { background-color: rgb(195,192,159); }
div.DivClassName
{
background-color: #C3C09F;
}
.BgClassName
{
background-color: #C3C09F;
}
</style>
border-color css
<style>
span { border-color: #C3C09F; }
span { border-color: rgb(195,192,159); }
td.TdClassName
{
border-color: #C3C09F;
}
.TagClassName
{
border-color: #C3C09F;
}
</style>