Shades of Ash #C4BFA3
Tints of Ash #C4BFA3
RGB
CMYK
RGB Variations
Color information
#C4BFA3 (or 0xC4BFA3) is known color: Ash. HEX triplet: C4, BF and A3. RGB value is (196,191,163). Sum of RGB (Red+Green+Blue) = 196+191+163=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFA3 is #3B405C. Grayscale: #BDBDBD. Windows color (decimal): -3883101 or 10731460. OLE color: 10731460.
HSL color Cylindrical-coordinate representation of color #C4BFA3: hue angle of 50.91º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4BFA3 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 163 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.23 |
| HSL | 50.91º | 0.22% | 0.7% | - |
| HSV(B) | 50.91º | 0.17% | 0.77% | - |
| XYZ | 48.01 | 51.64 | 42.09 | - |
| YUV | 189.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 163 | 0 | 0.03 | 0.17 | 0.23 | 50.91 | 0.22 | 0.7 |
| Hex | C4 | BF | A3 | 0 | 3 | 11 | 17 | 33 | 16 | 46 |
| Octal | 304 | 277 | 243 | 0 | 3 | 21 | 27 | 63 | 26 | 106 |
| Binary | 11000100 | 10111111 | 10100011 | 0 | 11 | 10001 | 10111 | 110011 | 10110 | 1000110 |
Color Harmonies of #C4BFA3
Complementary color
Monochromatic Colors of #C4BFA3
Black with #C4BFA3
Text Example
Text Example
White with #C4BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFA3; }
p { color: rgb(196,191,163); }
H1.HeaderClassName
{
color: #C4BFA3;
}
.AnyTagClassName
{
color: #C4BFA3;
}
</style>
background-color css
<style>
a { background-color: #C4BFA3; }
a { background-color: rgb(196,191,163); }
div.DivClassName
{
background-color: #C4BFA3;
}
.BgClassName
{
background-color: #C4BFA3;
}
</style>
border-color css
<style>
span { border-color: #C4BFA3; }
span { border-color: rgb(196,191,163); }
td.TdClassName
{
border-color: #C4BFA3;
}
.TagClassName
{
border-color: #C4BFA3;
}
</style>