Shades of Bone #E3C3A7
Tints of Bone #E3C3A7
RGB
CMYK
RGB Variations
Color information
#E3C3A7 (or 0xE3C3A7) is known color: Bone. HEX triplet: E3, C3 and A7. RGB value is (227,195,167). Sum of RGB (Red+Green+Blue) = 227+195+167=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C3A7 is #1C3C58. Grayscale: #C9C9C9. Windows color (decimal): -1850457 or 10994659. OLE color: 10994659.
HSL color Cylindrical-coordinate representation of color #E3C3A7: hue angle of 28º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3C3A7 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 167 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.11 |
| HSL | 28º | 0.52% | 0.77% | - |
| HSV(B) | 28º | 0.26% | 0.89% | - |
| XYZ | 58.17 | 58.15 | 44.72 | - |
| YUV | 201.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 167 | 0 | 0.14 | 0.26 | 0.11 | 28 | 0.52 | 0.77 |
| Hex | E3 | C3 | A7 | 0 | E | 1A | B | 1C | 34 | 4D |
| Octal | 343 | 303 | 247 | 0 | 16 | 32 | 13 | 34 | 64 | 115 |
| Binary | 11100011 | 11000011 | 10100111 | 0 | 1110 | 11010 | 1011 | 11100 | 110100 | 1001101 |
Color Harmonies of #E3C3A7
Complementary color
Monochromatic Colors of #E3C3A7
Black with #E3C3A7
Text Example
Text Example
White with #E3C3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C3A7; }
p { color: rgb(227,195,167); }
H1.HeaderClassName
{
color: #E3C3A7;
}
.AnyTagClassName
{
color: #E3C3A7;
}
</style>
background-color css
<style>
a { background-color: #E3C3A7; }
a { background-color: rgb(227,195,167); }
div.DivClassName
{
background-color: #E3C3A7;
}
.BgClassName
{
background-color: #E3C3A7;
}
</style>
border-color css
<style>
span { border-color: #E3C3A7; }
span { border-color: rgb(227,195,167); }
td.TdClassName
{
border-color: #E3C3A7;
}
.TagClassName
{
border-color: #E3C3A7;
}
</style>