Shades of Ash #C1BEA0
Tints of Ash #C1BEA0
RGB
CMYK
RGB Variations
Color information
#C1BEA0 (or 0xC1BEA0) is known color: Ash. HEX triplet: C1, BE and A0. RGB value is (193,190,160). Sum of RGB (Red+Green+Blue) = 193+190+160=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEA0 is #3E415F. Grayscale: #BBBBBB. Windows color (decimal): -4079968 or 10534593. OLE color: 10534593.
HSL color Cylindrical-coordinate representation of color #C1BEA0: hue angle of 54.55º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1BEA0 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 160 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.24 |
| HSL | 54.55º | 0.21% | 0.69% | - |
| HSV(B) | 54.55º | 0.17% | 0.76% | - |
| XYZ | 46.75 | 50.7 | 40.58 | - |
| YUV | 187.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 160 | 0 | 0.02 | 0.17 | 0.24 | 54.55 | 0.21 | 0.69 |
| Hex | C1 | BE | A0 | 0 | 2 | 11 | 18 | 37 | 15 | 45 |
| Octal | 301 | 276 | 240 | 0 | 2 | 21 | 30 | 67 | 25 | 105 |
| Binary | 11000001 | 10111110 | 10100000 | 0 | 10 | 10001 | 11000 | 110111 | 10101 | 1000101 |
Color Harmonies of #C1BEA0
Complementary color
Monochromatic Colors of #C1BEA0
Black with #C1BEA0
Text Example
Text Example
White with #C1BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEA0; }
p { color: rgb(193,190,160); }
H1.HeaderClassName
{
color: #C1BEA0;
}
.AnyTagClassName
{
color: #C1BEA0;
}
</style>
background-color css
<style>
a { background-color: #C1BEA0; }
a { background-color: rgb(193,190,160); }
div.DivClassName
{
background-color: #C1BEA0;
}
.BgClassName
{
background-color: #C1BEA0;
}
</style>
border-color css
<style>
span { border-color: #C1BEA0; }
span { border-color: rgb(193,190,160); }
td.TdClassName
{
border-color: #C1BEA0;
}
.TagClassName
{
border-color: #C1BEA0;
}
</style>