Shades of Ash #C2BFA6
Tints of Ash #C2BFA6
RGB
CMYK
RGB Variations
Color information
#C2BFA6 (or 0xC2BFA6) is known color: Ash. HEX triplet: C2, BF and A6. RGB value is (194,191,166). Sum of RGB (Red+Green+Blue) = 194+191+166=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFA6 is #3D4059. Grayscale: #BDBDBD. Windows color (decimal): -4014170 or 10928066. OLE color: 10928066.
HSL color Cylindrical-coordinate representation of color #C2BFA6: hue angle of 53.57º degrees, saturation: 0.19, 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 #C2BFA6 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 166 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.24 |
| HSL | 53.57º | 0.19% | 0.71% | - |
| HSV(B) | 53.57º | 0.14% | 0.76% | - |
| XYZ | 47.76 | 51.48 | 43.5 | - |
| YUV | 189.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 166 | 0 | 0.02 | 0.14 | 0.24 | 53.57 | 0.19 | 0.71 |
| Hex | C2 | BF | A6 | 0 | 2 | E | 18 | 36 | 13 | 47 |
| Octal | 302 | 277 | 246 | 0 | 2 | 16 | 30 | 66 | 23 | 107 |
| Binary | 11000010 | 10111111 | 10100110 | 0 | 10 | 1110 | 11000 | 110110 | 10011 | 1000111 |
Color Harmonies of #C2BFA6
Complementary color
Monochromatic Colors of #C2BFA6
Black with #C2BFA6
Text Example
Text Example
White with #C2BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFA6; }
p { color: rgb(194,191,166); }
H1.HeaderClassName
{
color: #C2BFA6;
}
.AnyTagClassName
{
color: #C2BFA6;
}
</style>
background-color css
<style>
a { background-color: #C2BFA6; }
a { background-color: rgb(194,191,166); }
div.DivClassName
{
background-color: #C2BFA6;
}
.BgClassName
{
background-color: #C2BFA6;
}
</style>
border-color css
<style>
span { border-color: #C2BFA6; }
span { border-color: rgb(194,191,166); }
td.TdClassName
{
border-color: #C2BFA6;
}
.TagClassName
{
border-color: #C2BFA6;
}
</style>