Shades of Ash #C2BFA0
Tints of Ash #C2BFA0
RGB
CMYK
RGB Variations
Color information
#C2BFA0 (or 0xC2BFA0) is known color: Ash. HEX triplet: C2, BF and A0. RGB value is (194,191,160). Sum of RGB (Red+Green+Blue) = 194+191+160=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFA0 is #3D405F. Grayscale: #BCBCBC. Windows color (decimal): -4014176 or 10534850. OLE color: 10534850.
HSL color Cylindrical-coordinate representation of color #C2BFA0: hue angle of 54.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BFA0 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 160 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.24 |
| HSL | 54.71º | 0.22% | 0.69% | - |
| HSV(B) | 54.71º | 0.18% | 0.76% | - |
| XYZ | 47.22 | 51.27 | 40.66 | - |
| YUV | 188.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 160 | 0 | 0.02 | 0.18 | 0.24 | 54.71 | 0.22 | 0.69 |
| Hex | C2 | BF | A0 | 0 | 2 | 12 | 18 | 37 | 16 | 45 |
| Octal | 302 | 277 | 240 | 0 | 2 | 22 | 30 | 67 | 26 | 105 |
| Binary | 11000010 | 10111111 | 10100000 | 0 | 10 | 10010 | 11000 | 110111 | 10110 | 1000101 |
Color Harmonies of #C2BFA0
Complementary color
Monochromatic Colors of #C2BFA0
Black with #C2BFA0
Text Example
Text Example
White with #C2BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFA0; }
p { color: rgb(194,191,160); }
H1.HeaderClassName
{
color: #C2BFA0;
}
.AnyTagClassName
{
color: #C2BFA0;
}
</style>
background-color css
<style>
a { background-color: #C2BFA0; }
a { background-color: rgb(194,191,160); }
div.DivClassName
{
background-color: #C2BFA0;
}
.BgClassName
{
background-color: #C2BFA0;
}
</style>
border-color css
<style>
span { border-color: #C2BFA0; }
span { border-color: rgb(194,191,160); }
td.TdClassName
{
border-color: #C2BFA0;
}
.TagClassName
{
border-color: #C2BFA0;
}
</style>