#ECD1C0

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

Shades of Watusi #ECD1C0

Tints of Watusi #ECD1C0

Color information

#ECD1C0 (or 0xECD1C0) is unknown color: approx Watusi. HEX triplet: EC, D1 and C0. RGB value is (236,209,192). Sum of RGB (Red+Green+Blue) = 236+209+192=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1C0 is #132E3F. Grayscale: #D7D7D7. Windows color (decimal): -1257024 or 12636652. OLE color: 12636652.

HSL color Cylindrical-coordinate representation of color #ECD1C0: hue angle of 23.18º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECD1C0 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236209192-
CMYK00.110.190.07
HSL23.18º53.66%83.92%-
HSV(B)23.18º18.64%92.55%-
XYZ66.9167.2459.32-
YUV215.14114.95142.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 209 (82.03% from 255) = 32.81%
BLUE value IS 192 (75.39% from 255) = 30.14%
R=37.05%
G=32.81%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620919200.110.190.0723.1853.6683.92
HexECD1C00B137173654
Octal3543213000132372766124
Binary1110110011010001110000000101110011111101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1C0; }

 p { color: rgb(236,209,192); }

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

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

 a { background-color: rgb(236,209,192); }

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

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

 span { border-color: rgb(236,209,192); }

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