#E7CCBA

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

Shades of Watusi #E7CCBA

Tints of Watusi #E7CCBA

Color information

#E7CCBA (or 0xE7CCBA) is unknown color: approx Watusi. HEX triplet: E7, CC and BA. RGB value is (231,204,186). Sum of RGB (Red+Green+Blue) = 231+204+186=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCBA is #183345. Grayscale: #D2D2D2. Windows color (decimal): -1585990 or 12242151. OLE color: 12242151.

HSL color Cylindrical-coordinate representation of color #E7CCBA: hue angle of 24º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CCBA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231204186-
CMYK00.120.190.09
HSL24º48.39%81.76%-
HSV(B)24º19.48%90.59%-
XYZ63.4163.7255.41-
YUV210.02114.45142.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=37.20%
G=32.85%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120418600.120.190.092448.3981.76
HexE7CCBA0C139183052
Octal34731427201423113060122
Binary11100111110011001011101001100100111001110001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCBA; }

 p { color: rgb(231,204,186); }

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

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

 a { background-color: rgb(231,204,186); }

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

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

 span { border-color: rgb(231,204,186); }

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