Shades of Ash #C2BCA0
Tints of Ash #C2BCA0
RGB
CMYK
RGB Variations
Color information
#C2BCA0 (or 0xC2BCA0) is known color: Ash. HEX triplet: C2, BC and A0. RGB value is (194,188,160). Sum of RGB (Red+Green+Blue) = 194+188+160=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCA0 is #3D435F. Grayscale: #BABABA. Windows color (decimal): -4014944 or 10534082. OLE color: 10534082.
HSL color Cylindrical-coordinate representation of color #C2BCA0: hue angle of 49.41º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BCA0 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 160 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.24 |
| HSL | 49.41º | 0.22% | 0.69% | - |
| HSV(B) | 49.41º | 0.18% | 0.76% | - |
| XYZ | 46.58 | 49.97 | 40.45 | - |
| YUV | 186.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 160 | 0 | 0.03 | 0.18 | 0.24 | 49.41 | 0.22 | 0.69 |
| Hex | C2 | BC | A0 | 0 | 3 | 12 | 18 | 31 | 16 | 45 |
| Octal | 302 | 274 | 240 | 0 | 3 | 22 | 30 | 61 | 26 | 105 |
| Binary | 11000010 | 10111100 | 10100000 | 0 | 11 | 10010 | 11000 | 110001 | 10110 | 1000101 |
Color Harmonies of #C2BCA0
Complementary color
Monochromatic Colors of #C2BCA0
Black with #C2BCA0
Text Example
Text Example
White with #C2BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCA0; }
p { color: rgb(194,188,160); }
H1.HeaderClassName
{
color: #C2BCA0;
}
.AnyTagClassName
{
color: #C2BCA0;
}
</style>
background-color css
<style>
a { background-color: #C2BCA0; }
a { background-color: rgb(194,188,160); }
div.DivClassName
{
background-color: #C2BCA0;
}
.BgClassName
{
background-color: #C2BCA0;
}
</style>
border-color css
<style>
span { border-color: #C2BCA0; }
span { border-color: rgb(194,188,160); }
td.TdClassName
{
border-color: #C2BCA0;
}
.TagClassName
{
border-color: #C2BCA0;
}
</style>