Shades of Ash #C1BEA7
Tints of Ash #C1BEA7
RGB
CMYK
RGB Variations
Color information
#C1BEA7 (or 0xC1BEA7) is known color: Ash. HEX triplet: C1, BE and A7. RGB value is (193,190,167). Sum of RGB (Red+Green+Blue) = 193+190+167=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEA7 is #3E4158. Grayscale: #BCBCBC. Windows color (decimal): -4079961 or 10993345. OLE color: 10993345.
HSL color Cylindrical-coordinate representation of color #C1BEA7: hue angle of 53.08º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1BEA7 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 167 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.24 |
| HSL | 53.08º | 0.17% | 0.71% | - |
| HSV(B) | 53.08º | 0.13% | 0.76% | - |
| XYZ | 47.38 | 50.95 | 43.9 | - |
| YUV | 188.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 167 | 0 | 0.02 | 0.13 | 0.24 | 53.08 | 0.17 | 0.71 |
| Hex | C1 | BE | A7 | 0 | 2 | D | 18 | 35 | 11 | 47 |
| Octal | 301 | 276 | 247 | 0 | 2 | 15 | 30 | 65 | 21 | 107 |
| Binary | 11000001 | 10111110 | 10100111 | 0 | 10 | 1101 | 11000 | 110101 | 10001 | 1000111 |
Color Harmonies of #C1BEA7
Complementary color
Monochromatic Colors of #C1BEA7
Black with #C1BEA7
Text Example
Text Example
White with #C1BEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEA7; }
p { color: rgb(193,190,167); }
H1.HeaderClassName
{
color: #C1BEA7;
}
.AnyTagClassName
{
color: #C1BEA7;
}
</style>
background-color css
<style>
a { background-color: #C1BEA7; }
a { background-color: rgb(193,190,167); }
div.DivClassName
{
background-color: #C1BEA7;
}
.BgClassName
{
background-color: #C1BEA7;
}
</style>
border-color css
<style>
span { border-color: #C1BEA7; }
span { border-color: rgb(193,190,167); }
td.TdClassName
{
border-color: #C1BEA7;
}
.TagClassName
{
border-color: #C1BEA7;
}
</style>