Shades of Ash #C2BFA3
Tints of Ash #C2BFA3
RGB
CMYK
RGB Variations
Color information
#C2BFA3 (or 0xC2BFA3) is known color: Ash. HEX triplet: C2, BF and A3. RGB value is (194,191,163). Sum of RGB (Red+Green+Blue) = 194+191+163=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFA3 is #3D405C. Grayscale: #BCBCBC. Windows color (decimal): -4014173 or 10731458. OLE color: 10731458.
HSL color Cylindrical-coordinate representation of color #C2BFA3: hue angle of 54.19º degrees, saturation: 0.2, 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 #C2BFA3 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 163 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.24 |
| HSL | 54.19º | 0.2% | 0.7% | - |
| HSV(B) | 54.19º | 0.16% | 0.76% | - |
| XYZ | 47.49 | 51.38 | 42.06 | - |
| YUV | 188.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 163 | 0 | 0.02 | 0.16 | 0.24 | 54.19 | 0.2 | 0.7 |
| Hex | C2 | BF | A3 | 0 | 2 | 10 | 18 | 36 | 14 | 46 |
| Octal | 302 | 277 | 243 | 0 | 2 | 20 | 30 | 66 | 24 | 106 |
| Binary | 11000010 | 10111111 | 10100011 | 0 | 10 | 10000 | 11000 | 110110 | 10100 | 1000110 |
Color Harmonies of #C2BFA3
Complementary color
Monochromatic Colors of #C2BFA3
Black with #C2BFA3
Text Example
Text Example
White with #C2BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFA3; }
p { color: rgb(194,191,163); }
H1.HeaderClassName
{
color: #C2BFA3;
}
.AnyTagClassName
{
color: #C2BFA3;
}
</style>
background-color css
<style>
a { background-color: #C2BFA3; }
a { background-color: rgb(194,191,163); }
div.DivClassName
{
background-color: #C2BFA3;
}
.BgClassName
{
background-color: #C2BFA3;
}
</style>
border-color css
<style>
span { border-color: #C2BFA3; }
span { border-color: rgb(194,191,163); }
td.TdClassName
{
border-color: #C2BFA3;
}
.TagClassName
{
border-color: #C2BFA3;
}
</style>