Shades of Ash #C2BEA1
Tints of Ash #C2BEA1
RGB
CMYK
RGB Variations
Color information
#C2BEA1 (or 0xC2BEA1) is known color: Ash. HEX triplet: C2, BE and A1. RGB value is (194,190,161). Sum of RGB (Red+Green+Blue) = 194+190+161=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEA1 is #3D415E. Grayscale: #BCBCBC. Windows color (decimal): -4014431 or 10600130. OLE color: 10600130.
HSL color Cylindrical-coordinate representation of color #C2BEA1: hue angle of 52.73º 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 #C2BEA1 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 161 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.24 |
| HSL | 52.73º | 0.21% | 0.7% | - |
| HSV(B) | 52.73º | 0.17% | 0.76% | - |
| XYZ | 47.09 | 50.87 | 41.05 | - |
| YUV | 187.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 161 | 0 | 0.02 | 0.17 | 0.24 | 52.73 | 0.21 | 0.7 |
| Hex | C2 | BE | A1 | 0 | 2 | 11 | 18 | 35 | 15 | 46 |
| Octal | 302 | 276 | 241 | 0 | 2 | 21 | 30 | 65 | 25 | 106 |
| Binary | 11000010 | 10111110 | 10100001 | 0 | 10 | 10001 | 11000 | 110101 | 10101 | 1000110 |
Color Harmonies of #C2BEA1
Complementary color
Monochromatic Colors of #C2BEA1
Black with #C2BEA1
Text Example
Text Example
White with #C2BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEA1; }
p { color: rgb(194,190,161); }
H1.HeaderClassName
{
color: #C2BEA1;
}
.AnyTagClassName
{
color: #C2BEA1;
}
</style>
background-color css
<style>
a { background-color: #C2BEA1; }
a { background-color: rgb(194,190,161); }
div.DivClassName
{
background-color: #C2BEA1;
}
.BgClassName
{
background-color: #C2BEA1;
}
</style>
border-color css
<style>
span { border-color: #C2BEA1; }
span { border-color: rgb(194,190,161); }
td.TdClassName
{
border-color: #C2BEA1;
}
.TagClassName
{
border-color: #C2BEA1;
}
</style>