Shades of Ash #C3BFA3
Tints of Ash #C3BFA3
RGB
CMYK
RGB Variations
Color information
#C3BFA3 (or 0xC3BFA3) is known color: Ash. HEX triplet: C3, BF and A3. RGB value is (195,191,163). Sum of RGB (Red+Green+Blue) = 195+191+163=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFA3 is #3C405C. Grayscale: #BDBDBD. Windows color (decimal): -3948637 or 10731459. OLE color: 10731459.
HSL color Cylindrical-coordinate representation of color #C3BFA3: hue angle of 52.5º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BFA3 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 163 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.24 |
| HSL | 52.5º | 0.21% | 0.7% | - |
| HSV(B) | 52.5º | 0.16% | 0.76% | - |
| XYZ | 47.75 | 51.51 | 42.08 | - |
| YUV | 189 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 163 | 0 | 0.02 | 0.16 | 0.24 | 52.5 | 0.21 | 0.7 |
| Hex | C3 | BF | A3 | 0 | 2 | 10 | 18 | 34 | 15 | 46 |
| Octal | 303 | 277 | 243 | 0 | 2 | 20 | 30 | 64 | 25 | 106 |
| Binary | 11000011 | 10111111 | 10100011 | 0 | 10 | 10000 | 11000 | 110100 | 10101 | 1000110 |
Color Harmonies of #C3BFA3
Complementary color
Monochromatic Colors of #C3BFA3
Black with #C3BFA3
Text Example
Text Example
White with #C3BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFA3; }
p { color: rgb(195,191,163); }
H1.HeaderClassName
{
color: #C3BFA3;
}
.AnyTagClassName
{
color: #C3BFA3;
}
</style>
background-color css
<style>
a { background-color: #C3BFA3; }
a { background-color: rgb(195,191,163); }
div.DivClassName
{
background-color: #C3BFA3;
}
.BgClassName
{
background-color: #C3BFA3;
}
</style>
border-color css
<style>
span { border-color: #C3BFA3; }
span { border-color: rgb(195,191,163); }
td.TdClassName
{
border-color: #C3BFA3;
}
.TagClassName
{
border-color: #C3BFA3;
}
</style>