Shades of Ash #C3BEA4
Tints of Ash #C3BEA4
RGB
CMYK
RGB Variations
Color information
#C3BEA4 (or 0xC3BEA4) is known color: Ash. HEX triplet: C3, BE and A4. RGB value is (195,190,164). Sum of RGB (Red+Green+Blue) = 195+190+164=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BEA4 is #3C415B. Grayscale: #BCBCBC. Windows color (decimal): -3948892 or 10796739. OLE color: 10796739.
HSL color Cylindrical-coordinate representation of color #C3BEA4: hue angle of 50.32º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BEA4 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 164 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.24 |
| HSL | 50.32º | 0.21% | 0.7% | - |
| HSV(B) | 50.32º | 0.16% | 0.76% | - |
| XYZ | 47.62 | 51.11 | 42.48 | - |
| YUV | 188.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 164 | 0 | 0.03 | 0.16 | 0.24 | 50.32 | 0.21 | 0.7 |
| Hex | C3 | BE | A4 | 0 | 3 | 10 | 18 | 32 | 15 | 46 |
| Octal | 303 | 276 | 244 | 0 | 3 | 20 | 30 | 62 | 25 | 106 |
| Binary | 11000011 | 10111110 | 10100100 | 0 | 11 | 10000 | 11000 | 110010 | 10101 | 1000110 |
Color Harmonies of #C3BEA4
Complementary color
Monochromatic Colors of #C3BEA4
Black with #C3BEA4
Text Example
Text Example
White with #C3BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEA4; }
p { color: rgb(195,190,164); }
H1.HeaderClassName
{
color: #C3BEA4;
}
.AnyTagClassName
{
color: #C3BEA4;
}
</style>
background-color css
<style>
a { background-color: #C3BEA4; }
a { background-color: rgb(195,190,164); }
div.DivClassName
{
background-color: #C3BEA4;
}
.BgClassName
{
background-color: #C3BEA4;
}
</style>
border-color css
<style>
span { border-color: #C3BEA4; }
span { border-color: rgb(195,190,164); }
td.TdClassName
{
border-color: #C3BEA4;
}
.TagClassName
{
border-color: #C3BEA4;
}
</style>