Shades of Ash #C2BDA5
Tints of Ash #C2BDA5
RGB
CMYK
RGB Variations
Color information
#C2BDA5 (or 0xC2BDA5) is known color: Ash. HEX triplet: C2, BD and A5. RGB value is (194,189,165). Sum of RGB (Red+Green+Blue) = 194+189+165=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDA5 is #3D425A. Grayscale: #BBBBBB. Windows color (decimal): -4014683 or 10862018. OLE color: 10862018.
HSL color Cylindrical-coordinate representation of color #C2BDA5: hue angle of 49.66º 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 #C2BDA5 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 165 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.24 |
| HSL | 49.66º | 0.19% | 0.7% | - |
| HSV(B) | 49.66º | 0.15% | 0.76% | - |
| XYZ | 47.24 | 50.58 | 42.87 | - |
| YUV | 187.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 165 | 0 | 0.03 | 0.15 | 0.24 | 49.66 | 0.19 | 0.7 |
| Hex | C2 | BD | A5 | 0 | 3 | F | 18 | 32 | 13 | 46 |
| Octal | 302 | 275 | 245 | 0 | 3 | 17 | 30 | 62 | 23 | 106 |
| Binary | 11000010 | 10111101 | 10100101 | 0 | 11 | 1111 | 11000 | 110010 | 10011 | 1000110 |
Color Harmonies of #C2BDA5
Complementary color
Monochromatic Colors of #C2BDA5
Black with #C2BDA5
Text Example
Text Example
White with #C2BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDA5; }
p { color: rgb(194,189,165); }
H1.HeaderClassName
{
color: #C2BDA5;
}
.AnyTagClassName
{
color: #C2BDA5;
}
</style>
background-color css
<style>
a { background-color: #C2BDA5; }
a { background-color: rgb(194,189,165); }
div.DivClassName
{
background-color: #C2BDA5;
}
.BgClassName
{
background-color: #C2BDA5;
}
</style>
border-color css
<style>
span { border-color: #C2BDA5; }
span { border-color: rgb(194,189,165); }
td.TdClassName
{
border-color: #C2BDA5;
}
.TagClassName
{
border-color: #C2BDA5;
}
</style>