Shades of Ash #C5BFA1
Tints of Ash #C5BFA1
RGB
CMYK
RGB Variations
Color information
#C5BFA1 (or 0xC5BFA1) is known color: Ash. HEX triplet: C5, BF and A1. RGB value is (197,191,161). Sum of RGB (Red+Green+Blue) = 197+191+161=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFA1 is #3A405E. Grayscale: #BDBDBD. Windows color (decimal): -3817567 or 10600389. OLE color: 10600389.
HSL color Cylindrical-coordinate representation of color #C5BFA1: hue angle of 50º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5BFA1 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 161 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.23 |
| HSL | 50º | 0.24% | 0.7% | - |
| HSV(B) | 50º | 0.18% | 0.77% | - |
| XYZ | 48.09 | 51.71 | 41.16 | - |
| YUV | 189.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 161 | 0 | 0.03 | 0.18 | 0.23 | 50 | 0.24 | 0.7 |
| Hex | C5 | BF | A1 | 0 | 3 | 12 | 17 | 32 | 18 | 46 |
| Octal | 305 | 277 | 241 | 0 | 3 | 22 | 27 | 62 | 30 | 106 |
| Binary | 11000101 | 10111111 | 10100001 | 0 | 11 | 10010 | 10111 | 110010 | 11000 | 1000110 |
Color Harmonies of #C5BFA1
Complementary color
Monochromatic Colors of #C5BFA1
Black with #C5BFA1
Text Example
Text Example
White with #C5BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFA1; }
p { color: rgb(197,191,161); }
H1.HeaderClassName
{
color: #C5BFA1;
}
.AnyTagClassName
{
color: #C5BFA1;
}
</style>
background-color css
<style>
a { background-color: #C5BFA1; }
a { background-color: rgb(197,191,161); }
div.DivClassName
{
background-color: #C5BFA1;
}
.BgClassName
{
background-color: #C5BFA1;
}
</style>
border-color css
<style>
span { border-color: #C5BFA1; }
span { border-color: rgb(197,191,161); }
td.TdClassName
{
border-color: #C5BFA1;
}
.TagClassName
{
border-color: #C5BFA1;
}
</style>