Shades of Ash #C2BFA5
Tints of Ash #C2BFA5
RGB
CMYK
RGB Variations
Color information
#C2BFA5 (or 0xC2BFA5) is known color: Ash. HEX triplet: C2, BF and A5. RGB value is (194,191,165). Sum of RGB (Red+Green+Blue) = 194+191+165=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFA5 is #3D405A. Grayscale: #BDBDBD. Windows color (decimal): -4014171 or 10862530. OLE color: 10862530.
HSL color Cylindrical-coordinate representation of color #C2BFA5: hue angle of 53.79º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2BFA5 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 165 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.24 |
| HSL | 53.79º | 0.19% | 0.7% | - |
| HSV(B) | 53.79º | 0.15% | 0.76% | - |
| XYZ | 47.67 | 51.45 | 43.02 | - |
| YUV | 188.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 165 | 0 | 0.02 | 0.15 | 0.24 | 53.79 | 0.19 | 0.7 |
| Hex | C2 | BF | A5 | 0 | 2 | F | 18 | 36 | 13 | 46 |
| Octal | 302 | 277 | 245 | 0 | 2 | 17 | 30 | 66 | 23 | 106 |
| Binary | 11000010 | 10111111 | 10100101 | 0 | 10 | 1111 | 11000 | 110110 | 10011 | 1000110 |
Color Harmonies of #C2BFA5
Complementary color
Monochromatic Colors of #C2BFA5
Black with #C2BFA5
Text Example
Text Example
White with #C2BFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFA5; }
p { color: rgb(194,191,165); }
H1.HeaderClassName
{
color: #C2BFA5;
}
.AnyTagClassName
{
color: #C2BFA5;
}
</style>
background-color css
<style>
a { background-color: #C2BFA5; }
a { background-color: rgb(194,191,165); }
div.DivClassName
{
background-color: #C2BFA5;
}
.BgClassName
{
background-color: #C2BFA5;
}
</style>
border-color css
<style>
span { border-color: #C2BFA5; }
span { border-color: rgb(194,191,165); }
td.TdClassName
{
border-color: #C2BFA5;
}
.TagClassName
{
border-color: #C2BFA5;
}
</style>