Shades of Ash #C3BDA4
Tints of Ash #C3BDA4
RGB
CMYK
RGB Variations
Color information
#C3BDA4 (or 0xC3BDA4) is known color: Ash. HEX triplet: C3, BD and A4. RGB value is (195,189,164). Sum of RGB (Red+Green+Blue) = 195+189+164=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BDA4 is #3C425B. Grayscale: #BCBCBC. Windows color (decimal): -3949148 or 10796483. OLE color: 10796483.
HSL color Cylindrical-coordinate representation of color #C3BDA4: hue angle of 48.39º 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 #C3BDA4 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 189 | 164 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.24 |
| HSL | 48.39º | 0.21% | 0.7% | - |
| HSV(B) | 48.39º | 0.16% | 0.76% | - |
| XYZ | 47.4 | 50.68 | 42.41 | - |
| YUV | 187.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 164 | 0 | 0.03 | 0.16 | 0.24 | 48.39 | 0.21 | 0.7 |
| Hex | C3 | BD | A4 | 0 | 3 | 10 | 18 | 30 | 15 | 46 |
| Octal | 303 | 275 | 244 | 0 | 3 | 20 | 30 | 60 | 25 | 106 |
| Binary | 11000011 | 10111101 | 10100100 | 0 | 11 | 10000 | 11000 | 110000 | 10101 | 1000110 |
Color Harmonies of #C3BDA4
Complementary color
Monochromatic Colors of #C3BDA4
Black with #C3BDA4
Text Example
Text Example
White with #C3BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDA4; }
p { color: rgb(195,189,164); }
H1.HeaderClassName
{
color: #C3BDA4;
}
.AnyTagClassName
{
color: #C3BDA4;
}
</style>
background-color css
<style>
a { background-color: #C3BDA4; }
a { background-color: rgb(195,189,164); }
div.DivClassName
{
background-color: #C3BDA4;
}
.BgClassName
{
background-color: #C3BDA4;
}
</style>
border-color css
<style>
span { border-color: #C3BDA4; }
span { border-color: rgb(195,189,164); }
td.TdClassName
{
border-color: #C3BDA4;
}
.TagClassName
{
border-color: #C3BDA4;
}
</style>