#ECB1C0

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

Shades of Chantilly #ECB1C0

Tints of Chantilly #ECB1C0

Color information

#ECB1C0 (or 0xECB1C0) is unknown color: approx Chantilly. HEX triplet: EC, B1 and C0. RGB value is (236,177,192). Sum of RGB (Red+Green+Blue) = 236+177+192=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1C0 is #134E3F. Grayscale: #C4C4C4. Windows color (decimal): -1265216 or 12628460. OLE color: 12628460.

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

Color convert

RGB236177192-
CMYK00.250.190.07
HSL344.75º60.82%80.98%-
HSV(B)344.75º25%92.55%-
XYZ59.8353.0856.96-
YUV196.35125.55156.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=39.01%
G=29.26%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617719200.250.190.07344.7560.8280.98
HexECB1C00191371593d51
Octal35426130003123753175121
Binary111011001011000111000000011001100111111010110011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1C0; }

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

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

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

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

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

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

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

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