Shades of Ash #C2BCA1
Tints of Ash #C2BCA1
RGB
CMYK
RGB Variations
Color information
#C2BCA1 (or 0xC2BCA1) is known color: Ash. HEX triplet: C2, BC and A1. RGB value is (194,188,161). Sum of RGB (Red+Green+Blue) = 194+188+161=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCA1 is #3D435E. Grayscale: #BABABA. Windows color (decimal): -4014943 or 10599618. OLE color: 10599618.
HSL color Cylindrical-coordinate representation of color #C2BCA1: hue angle of 49.09º 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 #C2BCA1 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 161 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.24 |
| HSL | 49.09º | 0.21% | 0.7% | - |
| HSV(B) | 49.09º | 0.17% | 0.76% | - |
| XYZ | 46.66 | 50.01 | 40.91 | - |
| YUV | 186.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 161 | 0 | 0.03 | 0.17 | 0.24 | 49.09 | 0.21 | 0.7 |
| Hex | C2 | BC | A1 | 0 | 3 | 11 | 18 | 31 | 15 | 46 |
| Octal | 302 | 274 | 241 | 0 | 3 | 21 | 30 | 61 | 25 | 106 |
| Binary | 11000010 | 10111100 | 10100001 | 0 | 11 | 10001 | 11000 | 110001 | 10101 | 1000110 |
Color Harmonies of #C2BCA1
Complementary color
Monochromatic Colors of #C2BCA1
Black with #C2BCA1
Text Example
Text Example
White with #C2BCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCA1; }
p { color: rgb(194,188,161); }
H1.HeaderClassName
{
color: #C2BCA1;
}
.AnyTagClassName
{
color: #C2BCA1;
}
</style>
background-color css
<style>
a { background-color: #C2BCA1; }
a { background-color: rgb(194,188,161); }
div.DivClassName
{
background-color: #C2BCA1;
}
.BgClassName
{
background-color: #C2BCA1;
}
</style>
border-color css
<style>
span { border-color: #C2BCA1; }
span { border-color: rgb(194,188,161); }
td.TdClassName
{
border-color: #C2BCA1;
}
.TagClassName
{
border-color: #C2BCA1;
}
</style>