Shades of Ash #C3BFA0
Tints of Ash #C3BFA0
RGB
CMYK
RGB Variations
Color information
#C3BFA0 (or 0xC3BFA0) is known color: Ash. HEX triplet: C3, BF and A0. RGB value is (195,191,160). Sum of RGB (Red+Green+Blue) = 195+191+160=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFA0 is #3C405F. Grayscale: #BCBCBC. Windows color (decimal): -3948640 or 10534851. OLE color: 10534851.
HSL color Cylindrical-coordinate representation of color #C3BFA0: hue angle of 53.14º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3BFA0 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 160 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.24 |
| HSL | 53.14º | 0.23% | 0.7% | - |
| HSV(B) | 53.14º | 0.18% | 0.76% | - |
| XYZ | 47.48 | 51.4 | 40.68 | - |
| YUV | 188.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 160 | 0 | 0.02 | 0.18 | 0.24 | 53.14 | 0.23 | 0.7 |
| Hex | C3 | BF | A0 | 0 | 2 | 12 | 18 | 35 | 17 | 46 |
| Octal | 303 | 277 | 240 | 0 | 2 | 22 | 30 | 65 | 27 | 106 |
| Binary | 11000011 | 10111111 | 10100000 | 0 | 10 | 10010 | 11000 | 110101 | 10111 | 1000110 |
Color Harmonies of #C3BFA0
Complementary color
Monochromatic Colors of #C3BFA0
Black with #C3BFA0
Text Example
Text Example
White with #C3BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFA0; }
p { color: rgb(195,191,160); }
H1.HeaderClassName
{
color: #C3BFA0;
}
.AnyTagClassName
{
color: #C3BFA0;
}
</style>
background-color css
<style>
a { background-color: #C3BFA0; }
a { background-color: rgb(195,191,160); }
div.DivClassName
{
background-color: #C3BFA0;
}
.BgClassName
{
background-color: #C3BFA0;
}
</style>
border-color css
<style>
span { border-color: #C3BFA0; }
span { border-color: rgb(195,191,160); }
td.TdClassName
{
border-color: #C3BFA0;
}
.TagClassName
{
border-color: #C3BFA0;
}
</style>