#ECB6C0

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

Shades of Chantilly #ECB6C0

Tints of Chantilly #ECB6C0

Color information

#ECB6C0 (or 0xECB6C0) is unknown color: approx Chantilly. HEX triplet: EC, B6 and C0. RGB value is (236,182,192). Sum of RGB (Red+Green+Blue) = 236+182+192=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6C0 is #13493F. Grayscale: #C7C7C7. Windows color (decimal): -1263936 or 12629740. OLE color: 12629740.

HSL color Cylindrical-coordinate representation of color #ECB6C0: hue angle of 348.89º 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 #ECB6C0 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236182192-
CMYK00.230.190.07
HSL348.89º58.7%81.96%-
HSV(B)348.89º22.88%92.55%-
XYZ60.8355.0957.3-
YUV199.29123.89154.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 192 (75.39% from 255) = 31.48%
R=38.69%
G=29.84%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618219200.230.190.07348.8958.781.96
HexECB6C001713715d3b52
Octal35426630002723753573122
Binary111011001011011011000000010111100111111010111011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6C0; }

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

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

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

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

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

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

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

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