Shades of Ash #C4BEA1
Tints of Ash #C4BEA1
RGB
CMYK
RGB Variations
Color information
#C4BEA1 (or 0xC4BEA1) is known color: Ash. HEX triplet: C4, BE and A1. RGB value is (196,190,161). Sum of RGB (Red+Green+Blue) = 196+190+161=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEA1 is #3B415E. Grayscale: #BCBCBC. Windows color (decimal): -3883359 or 10600132. OLE color: 10600132.
HSL color Cylindrical-coordinate representation of color #C4BEA1: hue angle of 49.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4BEA1 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 161 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.23 |
| HSL | 49.71º | 0.23% | 0.7% | - |
| HSV(B) | 49.71º | 0.18% | 0.77% | - |
| XYZ | 47.61 | 51.14 | 41.08 | - |
| YUV | 188.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 161 | 0 | 0.03 | 0.18 | 0.23 | 49.71 | 0.23 | 0.7 |
| Hex | C4 | BE | A1 | 0 | 3 | 12 | 17 | 32 | 17 | 46 |
| Octal | 304 | 276 | 241 | 0 | 3 | 22 | 27 | 62 | 27 | 106 |
| Binary | 11000100 | 10111110 | 10100001 | 0 | 11 | 10010 | 10111 | 110010 | 10111 | 1000110 |
Color Harmonies of #C4BEA1
Complementary color
Monochromatic Colors of #C4BEA1
Black with #C4BEA1
Text Example
Text Example
White with #C4BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEA1; }
p { color: rgb(196,190,161); }
H1.HeaderClassName
{
color: #C4BEA1;
}
.AnyTagClassName
{
color: #C4BEA1;
}
</style>
background-color css
<style>
a { background-color: #C4BEA1; }
a { background-color: rgb(196,190,161); }
div.DivClassName
{
background-color: #C4BEA1;
}
.BgClassName
{
background-color: #C4BEA1;
}
</style>
border-color css
<style>
span { border-color: #C4BEA1; }
span { border-color: rgb(196,190,161); }
td.TdClassName
{
border-color: #C4BEA1;
}
.TagClassName
{
border-color: #C4BEA1;
}
</style>