#E9CBBA

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

Shades of Watusi #E9CBBA

Tints of Watusi #E9CBBA

Color information

#E9CBBA (or 0xE9CBBA) is unknown color: approx Watusi. HEX triplet: E9, CB and BA. RGB value is (233,203,186). Sum of RGB (Red+Green+Blue) = 233+203+186=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBBA is #163445. Grayscale: #D2D2D2. Windows color (decimal): -1455174 or 12241897. OLE color: 12241897.

HSL color Cylindrical-coordinate representation of color #E9CBBA: hue angle of 21.7º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9CBBA is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233203186-
CMYK00.130.200.09
HSL21.7º51.65%82.16%-
HSV(B)21.7º20.17%91.37%-
XYZ63.8263.5855.36-
YUV210.03114.44144.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.46%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=37.46%
G=32.64%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320318600.130.200.0921.751.6582.16
HexE9CBBA0D149163452
Octal35131327201524112664122
Binary11101001110010111011101001101101001001101101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CBBA; }

 p { color: rgb(233,203,186); }

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

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

 a { background-color: rgb(233,203,186); }

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

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

 span { border-color: rgb(233,203,186); }

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