#ECB3C0

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

Shades of Chantilly #ECB3C0

Tints of Chantilly #ECB3C0

Color information

#ECB3C0 (or 0xECB3C0) is unknown color: approx Chantilly. HEX triplet: EC, B3 and C0. RGB value is (236,179,192). Sum of RGB (Red+Green+Blue) = 236+179+192=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3C0 is #134C3F. Grayscale: #C5C5C5. Windows color (decimal): -1264704 or 12628972. OLE color: 12628972.

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

Color convert

RGB236179192-
CMYK00.240.190.07
HSL346.32º60%81.37%-
HSV(B)346.32º24.15%92.55%-
XYZ60.2353.8857.09-
YUV197.52124.88155.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 179 (70.31% from 255) = 29.49%
BLUE value IS 192 (75.39% from 255) = 31.63%
R=38.88%
G=29.49%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617919200.240.190.07346.326081.37
HexECB3C001813715a3c51
Octal35426330003023753274121
Binary111011001011001111000000011000100111111010110101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB3C0; }

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

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

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

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

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

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

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

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