Shades of Ash #C2BFA2
Tints of Ash #C2BFA2
RGB
CMYK
RGB Variations
Color information
#C2BFA2 (or 0xC2BFA2) is known color: Ash. HEX triplet: C2, BF and A2. RGB value is (194,191,162). Sum of RGB (Red+Green+Blue) = 194+191+162=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFA2 is #3D405D. Grayscale: #BCBCBC. Windows color (decimal): -4014174 or 10665922. OLE color: 10665922.
HSL color Cylindrical-coordinate representation of color #C2BFA2: hue angle of 54.38º degrees, saturation: 0.21, 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 #C2BFA2 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 162 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.24 |
| HSL | 54.38º | 0.21% | 0.7% | - |
| HSV(B) | 54.38º | 0.16% | 0.76% | - |
| XYZ | 47.4 | 51.34 | 41.59 | - |
| YUV | 188.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 162 | 0 | 0.02 | 0.16 | 0.24 | 54.38 | 0.21 | 0.7 |
| Hex | C2 | BF | A2 | 0 | 2 | 10 | 18 | 36 | 15 | 46 |
| Octal | 302 | 277 | 242 | 0 | 2 | 20 | 30 | 66 | 25 | 106 |
| Binary | 11000010 | 10111111 | 10100010 | 0 | 10 | 10000 | 11000 | 110110 | 10101 | 1000110 |
Color Harmonies of #C2BFA2
Complementary color
Monochromatic Colors of #C2BFA2
Black with #C2BFA2
Text Example
Text Example
White with #C2BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFA2; }
p { color: rgb(194,191,162); }
H1.HeaderClassName
{
color: #C2BFA2;
}
.AnyTagClassName
{
color: #C2BFA2;
}
</style>
background-color css
<style>
a { background-color: #C2BFA2; }
a { background-color: rgb(194,191,162); }
div.DivClassName
{
background-color: #C2BFA2;
}
.BgClassName
{
background-color: #C2BFA2;
}
</style>
border-color css
<style>
span { border-color: #C2BFA2; }
span { border-color: rgb(194,191,162); }
td.TdClassName
{
border-color: #C2BFA2;
}
.TagClassName
{
border-color: #C2BFA2;
}
</style>