#e0c6ac

Color #E0C6AC Bone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bone #E0C6AC

Tints of Bone #E0C6AC

Color information

#E0C6AC (or 0xE0C6AC) is unknown color: approx Bone. HEX triplet: E0, C6 and AC. RGB value is (224,198,172). Sum of RGB (Red+Green+Blue) = 224+198+172=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C6AC is #1F3953. Grayscale: #CACACA. Windows color (decimal): -2046292 or 11323104. OLE color: 11323104.

HSL color Cylindrical-coordinate representation of color #E0C6AC: hue angle of 30º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0C6AC is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224198172-
CMYK00.120.230.12
HSL30º45.61%77.65%-
HSV(B)30º23.21%87.84%-
XYZ58.3859.2147.38-
YUV202.81110.61143.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 37.71%
GREEN value IS 198 (77.73% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 28.96%
R=37.71%
G=33.33%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419817200.120.230.123045.6177.65
HexE0C6AC0C17C1e2e4e
Octal34030625401427143656116
Binary11100000110001101010110001100101111100111101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0c6ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0c6ac; }

 p { color: rgb(224,198,172); }

 H1.HeaderClassName
 {
   color: #e0c6ac;
 }
 .AnyTagClassName
 {
   color: #e0c6ac;
 }
</style>
background-color css

<style>
 a { background-color: #e0c6ac; }

 a { background-color: rgb(224,198,172); }

 div.DivClassName
 {
   background-color: #e0c6ac;
 }
 .BgClassName
 {
   background-color: #e0c6ac;
 }
</style>
border-color css

<style>
 span { border-color: #e0c6ac; }

 span { border-color: rgb(224,198,172); }

 td.TdClassName
 {
   border-color: #e0c6ac;
 }
 .TagClassName
 {
   border-color: #e0c6ac;
 }
</style>