Shades of Ash #C5BFA3
Tints of Ash #C5BFA3
RGB
CMYK
RGB Variations
Color information
#C5BFA3 (or 0xC5BFA3) is known color: Ash. HEX triplet: C5, BF and A3. RGB value is (197,191,163). Sum of RGB (Red+Green+Blue) = 197+191+163=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFA3 is #3A405C. Grayscale: #BDBDBD. Windows color (decimal): -3817565 or 10731461. OLE color: 10731461.
HSL color Cylindrical-coordinate representation of color #C5BFA3: hue angle of 49.41º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5BFA3 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 163 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.23 |
| HSL | 49.41º | 0.23% | 0.71% | - |
| HSV(B) | 49.41º | 0.17% | 0.77% | - |
| XYZ | 48.27 | 51.78 | 42.1 | - |
| YUV | 189.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 163 | 0 | 0.03 | 0.17 | 0.23 | 49.41 | 0.23 | 0.71 |
| Hex | C5 | BF | A3 | 0 | 3 | 11 | 17 | 31 | 17 | 47 |
| Octal | 305 | 277 | 243 | 0 | 3 | 21 | 27 | 61 | 27 | 107 |
| Binary | 11000101 | 10111111 | 10100011 | 0 | 11 | 10001 | 10111 | 110001 | 10111 | 1000111 |
Color Harmonies of #C5BFA3
Complementary color
Monochromatic Colors of #C5BFA3
Black with #C5BFA3
Text Example
Text Example
White with #C5BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFA3; }
p { color: rgb(197,191,163); }
H1.HeaderClassName
{
color: #C5BFA3;
}
.AnyTagClassName
{
color: #C5BFA3;
}
</style>
background-color css
<style>
a { background-color: #C5BFA3; }
a { background-color: rgb(197,191,163); }
div.DivClassName
{
background-color: #C5BFA3;
}
.BgClassName
{
background-color: #C5BFA3;
}
</style>
border-color css
<style>
span { border-color: #C5BFA3; }
span { border-color: rgb(197,191,163); }
td.TdClassName
{
border-color: #C5BFA3;
}
.TagClassName
{
border-color: #C5BFA3;
}
</style>