Shades of Ash #C5BFA2
Tints of Ash #C5BFA2
RGB
CMYK
RGB Variations
Color information
#C5BFA2 (or 0xC5BFA2) is known color: Ash. HEX triplet: C5, BF and A2. RGB value is (197,191,162). Sum of RGB (Red+Green+Blue) = 197+191+162=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFA2 is #3A405D. Grayscale: #BDBDBD. Windows color (decimal): -3817566 or 10665925. OLE color: 10665925.
HSL color Cylindrical-coordinate representation of color #C5BFA2: hue angle of 49.71º degrees, saturation: 0.23, 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 #C5BFA2 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 162 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.23 |
| HSL | 49.71º | 0.23% | 0.7% | - |
| HSV(B) | 49.71º | 0.18% | 0.77% | - |
| XYZ | 48.18 | 51.74 | 41.63 | - |
| YUV | 189.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 162 | 0 | 0.03 | 0.18 | 0.23 | 49.71 | 0.23 | 0.7 |
| Hex | C5 | BF | A2 | 0 | 3 | 12 | 17 | 32 | 17 | 46 |
| Octal | 305 | 277 | 242 | 0 | 3 | 22 | 27 | 62 | 27 | 106 |
| Binary | 11000101 | 10111111 | 10100010 | 0 | 11 | 10010 | 10111 | 110010 | 10111 | 1000110 |
Color Harmonies of #C5BFA2
Complementary color
Monochromatic Colors of #C5BFA2
Black with #C5BFA2
Text Example
Text Example
White with #C5BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFA2; }
p { color: rgb(197,191,162); }
H1.HeaderClassName
{
color: #C5BFA2;
}
.AnyTagClassName
{
color: #C5BFA2;
}
</style>
background-color css
<style>
a { background-color: #C5BFA2; }
a { background-color: rgb(197,191,162); }
div.DivClassName
{
background-color: #C5BFA2;
}
.BgClassName
{
background-color: #C5BFA2;
}
</style>
border-color css
<style>
span { border-color: #C5BFA2; }
span { border-color: rgb(197,191,162); }
td.TdClassName
{
border-color: #C5BFA2;
}
.TagClassName
{
border-color: #C5BFA2;
}
</style>