Shades of Ash #C4BEA8
Tints of Ash #C4BEA8
RGB
CMYK
RGB Variations
Color information
#C4BEA8 (or 0xC4BEA8) is known color: Ash. HEX triplet: C4, BE and A8. RGB value is (196,190,168). Sum of RGB (Red+Green+Blue) = 196+190+168=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEA8 is #3B4157. Grayscale: #BDBDBD. Windows color (decimal): -3883352 or 11058884. OLE color: 11058884.
HSL color Cylindrical-coordinate representation of color #C4BEA8: hue angle of 47.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BEA8 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 190 | 168 | - |
CMYK | 0 | 0.03 | 0.14 | 0.23 |
HSL | 47.14º | 0.19% | 0.71% | - |
HSV(B) | 47.14º | 0.14% | 0.77% | - |
XYZ | 48.25 | 51.39 | 44.42 | - |
YUV | 189.29 | 115.99 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 190 | 168 | 0 | 0.03 | 0.14 | 0.23 | 47.14 | 0.19 | 0.71 |
Hex | C4 | BE | A8 | 0 | 3 | E | 17 | 2F | 13 | 47 |
Octal | 304 | 276 | 250 | 0 | 3 | 16 | 27 | 57 | 23 | 107 |
Binary | 11000100 | 10111110 | 10101000 | 0 | 11 | 1110 | 10111 | 101111 | 10011 | 1000111 |
Color Harmonies of #C4BEA8
Complementary color
Monochromatic Colors of #C4BEA8
Black with #C4BEA8
Text Example
Text Example
White with #C4BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEA8; }
p { color: rgb(196,190,168); }
H1.HeaderClassName
{
color: #C4BEA8;
}
.AnyTagClassName
{
color: #C4BEA8;
}
</style>
background-color css
<style>
a { background-color: #C4BEA8; }
a { background-color: rgb(196,190,168); }
div.DivClassName
{
background-color: #C4BEA8;
}
.BgClassName
{
background-color: #C4BEA8;
}
</style>
border-color css
<style>
span { border-color: #C4BEA8; }
span { border-color: rgb(196,190,168); }
td.TdClassName
{
border-color: #C4BEA8;
}
.TagClassName
{
border-color: #C4BEA8;
}
</style>