#E6B1AB

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

Shades of Shilo #E6B1AB

Tints of Shilo #E6B1AB

Color information

#E6B1AB (or 0xE6B1AB) is unknown color: approx Shilo. HEX triplet: E6, B1 and AB. RGB value is (230,177,171). Sum of RGB (Red+Green+Blue) = 230+177+171=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B1AB is #194E54. Grayscale: #C0C0C0. Windows color (decimal): -1658453 or 11252198. OLE color: 11252198.

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

Color convert

RGB230177171-
CMYK00.230.260.10
HSL6.1º54.13%78.63%-
HSV(B)6.1º25.65%90.2%-
XYZ55.7151.2145.48-
YUV192.16116.06154.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.79%
GREEN value IS 177 (69.53% from 255) = 30.62%
BLUE value IS 171 (67.19% from 255) = 29.58%
R=39.79%
G=30.62%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017717100.230.260.106.154.1378.63
HexE6B1AB0171AA6364f
Octal3462612530273212666117
Binary1110011010110001101010110101111101010101101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B1AB; }

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

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

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

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

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

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

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

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