Shades of Ash #C1BEAA
Tints of Ash #C1BEAA
RGB
CMYK
RGB Variations
Color information
#C1BEAA (or 0xC1BEAA) is known color: Ash. HEX triplet: C1, BE and AA. RGB value is (193,190,170). Sum of RGB (Red+Green+Blue) = 193+190+170=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEAA is #3E4155. Grayscale: #BCBCBC. Windows color (decimal): -4079958 or 11189953. OLE color: 11189953.
HSL color Cylindrical-coordinate representation of color #C1BEAA: hue angle of 52.17º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1BEAA is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 170 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.24 |
| HSL | 52.17º | 0.16% | 0.71% | - |
| HSV(B) | 52.17º | 0.12% | 0.76% | - |
| XYZ | 47.66 | 51.07 | 45.38 | - |
| YUV | 188.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 170 | 0 | 0.02 | 0.12 | 0.24 | 52.17 | 0.16 | 0.71 |
| Hex | C1 | BE | AA | 0 | 2 | C | 18 | 34 | 10 | 47 |
| Octal | 301 | 276 | 252 | 0 | 2 | 14 | 30 | 64 | 20 | 107 |
| Binary | 11000001 | 10111110 | 10101010 | 0 | 10 | 1100 | 11000 | 110100 | 10000 | 1000111 |
Color Harmonies of #C1BEAA
Complementary color
Monochromatic Colors of #C1BEAA
Black with #C1BEAA
Text Example
Text Example
White with #C1BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEAA; }
p { color: rgb(193,190,170); }
H1.HeaderClassName
{
color: #C1BEAA;
}
.AnyTagClassName
{
color: #C1BEAA;
}
</style>
background-color css
<style>
a { background-color: #C1BEAA; }
a { background-color: rgb(193,190,170); }
div.DivClassName
{
background-color: #C1BEAA;
}
.BgClassName
{
background-color: #C1BEAA;
}
</style>
border-color css
<style>
span { border-color: #C1BEAA; }
span { border-color: rgb(193,190,170); }
td.TdClassName
{
border-color: #C1BEAA;
}
.TagClassName
{
border-color: #C1BEAA;
}
</style>