#E6B1AC

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

Shades of Shilo #E6B1AC

Tints of Shilo #E6B1AC

Color information

#E6B1AC (or 0xE6B1AC) is unknown color: approx Shilo. HEX triplet: E6, B1 and AC. RGB value is (230,177,172). Sum of RGB (Red+Green+Blue) = 230+177+172=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B1AC is #194E53. Grayscale: #C0C0C0. Windows color (decimal): -1658452 or 11317734. OLE color: 11317734.

HSL color Cylindrical-coordinate representation of color #E6B1AC: hue angle of 5.17º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6B1AC is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230177172-
CMYK00.230.250.10
HSL5.17º53.7%78.82%-
HSV(B)5.17º25.22%90.2%-
XYZ55.851.2545.98-
YUV192.28116.56154.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 177 (69.53% from 255) = 30.57%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=39.72%
G=30.57%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017717200.230.250.105.1753.778.82
HexE6B1AC01719A5364f
Octal3462612540273112566117
Binary1110011010110001101011000101111100110101011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B1AC; }

 p { color: rgb(230,177,172); }

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

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

 a { background-color: rgb(230,177,172); }

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

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

 span { border-color: rgb(230,177,172); }

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