Shades of Ash #C2BEA3
Tints of Ash #C2BEA3
RGB
CMYK
RGB Variations
Color information
#C2BEA3 (or 0xC2BEA3) is known color: Ash. HEX triplet: C2, BE and A3. RGB value is (194,190,163). Sum of RGB (Red+Green+Blue) = 194+190+163=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEA3 is #3D415C. Grayscale: #BCBCBC. Windows color (decimal): -4014429 or 10731202. OLE color: 10731202.
HSL color Cylindrical-coordinate representation of color #C2BEA3: hue angle of 52.26º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2BEA3 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 163 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.24 |
| HSL | 52.26º | 0.2% | 0.7% | - |
| HSV(B) | 52.26º | 0.16% | 0.76% | - |
| XYZ | 47.27 | 50.94 | 41.99 | - |
| YUV | 188.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 163 | 0 | 0.02 | 0.16 | 0.24 | 52.26 | 0.2 | 0.7 |
| Hex | C2 | BE | A3 | 0 | 2 | 10 | 18 | 34 | 14 | 46 |
| Octal | 302 | 276 | 243 | 0 | 2 | 20 | 30 | 64 | 24 | 106 |
| Binary | 11000010 | 10111110 | 10100011 | 0 | 10 | 10000 | 11000 | 110100 | 10100 | 1000110 |
Color Harmonies of #C2BEA3
Complementary color
Monochromatic Colors of #C2BEA3
Black with #C2BEA3
Text Example
Text Example
White with #C2BEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEA3; }
p { color: rgb(194,190,163); }
H1.HeaderClassName
{
color: #C2BEA3;
}
.AnyTagClassName
{
color: #C2BEA3;
}
</style>
background-color css
<style>
a { background-color: #C2BEA3; }
a { background-color: rgb(194,190,163); }
div.DivClassName
{
background-color: #C2BEA3;
}
.BgClassName
{
background-color: #C2BEA3;
}
</style>
border-color css
<style>
span { border-color: #C2BEA3; }
span { border-color: rgb(194,190,163); }
td.TdClassName
{
border-color: #C2BEA3;
}
.TagClassName
{
border-color: #C2BEA3;
}
</style>