Shades of Ash #C2BCA2
Tints of Ash #C2BCA2
RGB
CMYK
RGB Variations
Color information
#C2BCA2 (or 0xC2BCA2) is known color: Ash. HEX triplet: C2, BC and A2. RGB value is (194,188,162). Sum of RGB (Red+Green+Blue) = 194+188+162=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCA2 is #3D435D. Grayscale: #BABABA. Windows color (decimal): -4014942 or 10665154. OLE color: 10665154.
HSL color Cylindrical-coordinate representation of color #C2BCA2: hue angle of 48.75º degrees, saturation: 0.21, 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 #C2BCA2 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 162 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.24 |
| HSL | 48.75º | 0.21% | 0.7% | - |
| HSV(B) | 48.75º | 0.16% | 0.76% | - |
| XYZ | 46.75 | 50.04 | 41.38 | - |
| YUV | 186.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 162 | 0 | 0.03 | 0.16 | 0.24 | 48.75 | 0.21 | 0.7 |
| Hex | C2 | BC | A2 | 0 | 3 | 10 | 18 | 31 | 15 | 46 |
| Octal | 302 | 274 | 242 | 0 | 3 | 20 | 30 | 61 | 25 | 106 |
| Binary | 11000010 | 10111100 | 10100010 | 0 | 11 | 10000 | 11000 | 110001 | 10101 | 1000110 |
Color Harmonies of #C2BCA2
Complementary color
Monochromatic Colors of #C2BCA2
Black with #C2BCA2
Text Example
Text Example
White with #C2BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCA2; }
p { color: rgb(194,188,162); }
H1.HeaderClassName
{
color: #C2BCA2;
}
.AnyTagClassName
{
color: #C2BCA2;
}
</style>
background-color css
<style>
a { background-color: #C2BCA2; }
a { background-color: rgb(194,188,162); }
div.DivClassName
{
background-color: #C2BCA2;
}
.BgClassName
{
background-color: #C2BCA2;
}
</style>
border-color css
<style>
span { border-color: #C2BCA2; }
span { border-color: rgb(194,188,162); }
td.TdClassName
{
border-color: #C2BCA2;
}
.TagClassName
{
border-color: #C2BCA2;
}
</style>