Shades of Ash #C2BEA7
Tints of Ash #C2BEA7
RGB
CMYK
RGB Variations
Color information
#C2BEA7 (or 0xC2BEA7) is known color: Ash. HEX triplet: C2, BE and A7. RGB value is (194,190,167). Sum of RGB (Red+Green+Blue) = 194+190+167=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEA7 is #3D4158. Grayscale: #BCBCBC. Windows color (decimal): -4014425 or 10993346. OLE color: 10993346.
HSL color Cylindrical-coordinate representation of color #C2BEA7: hue angle of 51.11º 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 #C2BEA7 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 167 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.24 |
| HSL | 51.11º | 0.18% | 0.71% | - |
| HSV(B) | 51.11º | 0.14% | 0.76% | - |
| XYZ | 47.64 | 51.09 | 43.91 | - |
| YUV | 188.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 167 | 0 | 0.02 | 0.14 | 0.24 | 51.11 | 0.18 | 0.71 |
| Hex | C2 | BE | A7 | 0 | 2 | E | 18 | 33 | 12 | 47 |
| Octal | 302 | 276 | 247 | 0 | 2 | 16 | 30 | 63 | 22 | 107 |
| Binary | 11000010 | 10111110 | 10100111 | 0 | 10 | 1110 | 11000 | 110011 | 10010 | 1000111 |
Color Harmonies of #C2BEA7
Complementary color
Monochromatic Colors of #C2BEA7
Black with #C2BEA7
Text Example
Text Example
White with #C2BEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEA7; }
p { color: rgb(194,190,167); }
H1.HeaderClassName
{
color: #C2BEA7;
}
.AnyTagClassName
{
color: #C2BEA7;
}
</style>
background-color css
<style>
a { background-color: #C2BEA7; }
a { background-color: rgb(194,190,167); }
div.DivClassName
{
background-color: #C2BEA7;
}
.BgClassName
{
background-color: #C2BEA7;
}
</style>
border-color css
<style>
span { border-color: #C2BEA7; }
span { border-color: rgb(194,190,167); }
td.TdClassName
{
border-color: #C2BEA7;
}
.TagClassName
{
border-color: #C2BEA7;
}
</style>