Shades of Ash #C2BDA4
Tints of Ash #C2BDA4
RGB
CMYK
RGB Variations
Color information
#C2BDA4 (or 0xC2BDA4) is known color: Ash. HEX triplet: C2, BD and A4. RGB value is (194,189,164). Sum of RGB (Red+Green+Blue) = 194+189+164=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDA4 is #3D425B. Grayscale: #BBBBBB. Windows color (decimal): -4014684 or 10796482. OLE color: 10796482.
HSL color Cylindrical-coordinate representation of color #C2BDA4: hue angle of 50º degrees, saturation: 0.2, 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 #C2BDA4 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 164 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.24 |
| HSL | 50º | 0.2% | 0.7% | - |
| HSV(B) | 50º | 0.15% | 0.76% | - |
| XYZ | 47.15 | 50.54 | 42.39 | - |
| YUV | 187.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 164 | 0 | 0.03 | 0.15 | 0.24 | 50 | 0.2 | 0.7 |
| Hex | C2 | BD | A4 | 0 | 3 | F | 18 | 32 | 14 | 46 |
| Octal | 302 | 275 | 244 | 0 | 3 | 17 | 30 | 62 | 24 | 106 |
| Binary | 11000010 | 10111101 | 10100100 | 0 | 11 | 1111 | 11000 | 110010 | 10100 | 1000110 |
Color Harmonies of #C2BDA4
Complementary color
Monochromatic Colors of #C2BDA4
Black with #C2BDA4
Text Example
Text Example
White with #C2BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDA4; }
p { color: rgb(194,189,164); }
H1.HeaderClassName
{
color: #C2BDA4;
}
.AnyTagClassName
{
color: #C2BDA4;
}
</style>
background-color css
<style>
a { background-color: #C2BDA4; }
a { background-color: rgb(194,189,164); }
div.DivClassName
{
background-color: #C2BDA4;
}
.BgClassName
{
background-color: #C2BDA4;
}
</style>
border-color css
<style>
span { border-color: #C2BDA4; }
span { border-color: rgb(194,189,164); }
td.TdClassName
{
border-color: #C2BDA4;
}
.TagClassName
{
border-color: #C2BDA4;
}
</style>