Shades of Ash #C2BCA7
Tints of Ash #C2BCA7
RGB
CMYK
RGB Variations
Color information
#C2BCA7 (or 0xC2BCA7) is known color: Ash. HEX triplet: C2, BC and A7. RGB value is (194,188,167). Sum of RGB (Red+Green+Blue) = 194+188+167=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCA7 is #3D4358. Grayscale: #BBBBBB. Windows color (decimal): -4014937 or 10992834. OLE color: 10992834.
HSL color Cylindrical-coordinate representation of color #C2BCA7: hue angle of 46.67º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BCA7 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 167 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.24 |
| HSL | 46.67º | 0.18% | 0.71% | - |
| HSV(B) | 46.67º | 0.14% | 0.76% | - |
| XYZ | 47.21 | 50.23 | 43.77 | - |
| YUV | 187.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 167 | 0 | 0.03 | 0.14 | 0.24 | 46.67 | 0.18 | 0.71 |
| Hex | C2 | BC | A7 | 0 | 3 | E | 18 | 2F | 12 | 47 |
| Octal | 302 | 274 | 247 | 0 | 3 | 16 | 30 | 57 | 22 | 107 |
| Binary | 11000010 | 10111100 | 10100111 | 0 | 11 | 1110 | 11000 | 101111 | 10010 | 1000111 |
Color Harmonies of #C2BCA7
Complementary color
Monochromatic Colors of #C2BCA7
Black with #C2BCA7
Text Example
Text Example
White with #C2BCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCA7; }
p { color: rgb(194,188,167); }
H1.HeaderClassName
{
color: #C2BCA7;
}
.AnyTagClassName
{
color: #C2BCA7;
}
</style>
background-color css
<style>
a { background-color: #C2BCA7; }
a { background-color: rgb(194,188,167); }
div.DivClassName
{
background-color: #C2BCA7;
}
.BgClassName
{
background-color: #C2BCA7;
}
</style>
border-color css
<style>
span { border-color: #C2BCA7; }
span { border-color: rgb(194,188,167); }
td.TdClassName
{
border-color: #C2BCA7;
}
.TagClassName
{
border-color: #C2BCA7;
}
</style>