#E0A0AB

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

Shades of Kobi #E0A0AB

Tints of Kobi #E0A0AB

Color information

#E0A0AB (or 0xE0A0AB) is unknown color: approx Kobi. HEX triplet: E0, A0 and AB. RGB value is (224,160,171). Sum of RGB (Red+Green+Blue) = 224+160+171=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A0AB is #1F5F54. Grayscale: #B4B4B4. Windows color (decimal): -2056021 or 11247840. OLE color: 11247840.

HSL color Cylindrical-coordinate representation of color #E0A0AB: hue angle of 349.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A0AB is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224160171-
CMYK00.290.240.12
HSL349.69º50.79%75.29%-
HSV(B)349.69º28.57%87.84%-
XYZ50.6643.9344.34-
YUV180.39122.7159.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 160 (62.89% from 255) = 28.83%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=40.36%
G=28.83%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416017100.290.240.12349.6950.7975.29
HexE0A0AB01D18C15e334b
Octal340240253035301453663113
Binary1110000010100000101010110111011100011001010111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A0AB; }

 p { color: rgb(224,160,171); }

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

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

 a { background-color: rgb(224,160,171); }

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

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

 span { border-color: rgb(224,160,171); }

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