#ECC9B6

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

Shades of Watusi #ECC9B6

Tints of Watusi #ECC9B6

Color information

#ECC9B6 (or 0xECC9B6) is unknown color: approx Watusi. HEX triplet: EC, C9 and B6. RGB value is (236,201,182). Sum of RGB (Red+Green+Blue) = 236+201+182=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9B6 is #133649. Grayscale: #D1D1D1. Windows color (decimal): -1259082 or 11979244. OLE color: 11979244.

HSL color Cylindrical-coordinate representation of color #ECC9B6: hue angle of 21.11º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC9B6 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB236201182-
CMYK00.150.230.07
HSL21.11º58.7%81.96%-
HSV(B)21.11º22.88%92.55%-
XYZ63.9262.9853.04-
YUV209.3112.6147.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 182 (71.48% from 255) = 29.40%
R=38.13%
G=32.47%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620118200.150.230.0721.1158.781.96
HexECC9B60F177153b52
Octal3543112660172772573122
Binary1110110011001001101101100111110111111101011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9B6; }

 p { color: rgb(236,201,182); }

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

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

 a { background-color: rgb(236,201,182); }

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

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

 span { border-color: rgb(236,201,182); }

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