Shades of Ash #C2BFA1
Tints of Ash #C2BFA1
RGB
CMYK
RGB Variations
Color information
#C2BFA1 (or 0xC2BFA1) is known color: Ash. HEX triplet: C2, BF and A1. RGB value is (194,191,161). Sum of RGB (Red+Green+Blue) = 194+191+161=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFA1 is #3D405E. Grayscale: #BCBCBC. Windows color (decimal): -4014175 or 10600386. OLE color: 10600386.
HSL color Cylindrical-coordinate representation of color #C2BFA1: hue angle of 54.55º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2BFA1 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 161 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.24 |
| HSL | 54.55º | 0.21% | 0.7% | - |
| HSV(B) | 54.55º | 0.17% | 0.76% | - |
| XYZ | 47.31 | 51.3 | 41.13 | - |
| YUV | 188.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 161 | 0 | 0.02 | 0.17 | 0.24 | 54.55 | 0.21 | 0.7 |
| Hex | C2 | BF | A1 | 0 | 2 | 11 | 18 | 37 | 15 | 46 |
| Octal | 302 | 277 | 241 | 0 | 2 | 21 | 30 | 67 | 25 | 106 |
| Binary | 11000010 | 10111111 | 10100001 | 0 | 10 | 10001 | 11000 | 110111 | 10101 | 1000110 |
Color Harmonies of #C2BFA1
Complementary color
Monochromatic Colors of #C2BFA1
Black with #C2BFA1
Text Example
Text Example
White with #C2BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFA1; }
p { color: rgb(194,191,161); }
H1.HeaderClassName
{
color: #C2BFA1;
}
.AnyTagClassName
{
color: #C2BFA1;
}
</style>
background-color css
<style>
a { background-color: #C2BFA1; }
a { background-color: rgb(194,191,161); }
div.DivClassName
{
background-color: #C2BFA1;
}
.BgClassName
{
background-color: #C2BFA1;
}
</style>
border-color css
<style>
span { border-color: #C2BFA1; }
span { border-color: rgb(194,191,161); }
td.TdClassName
{
border-color: #C2BFA1;
}
.TagClassName
{
border-color: #C2BFA1;
}
</style>