#ECB4C0

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

Shades of Chantilly #ECB4C0

Tints of Chantilly #ECB4C0

Color information

#ECB4C0 (or 0xECB4C0) is unknown color: approx Chantilly. HEX triplet: EC, B4 and C0. RGB value is (236,180,192). Sum of RGB (Red+Green+Blue) = 236+180+192=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4C0 is #134B3F. Grayscale: #C6C6C6. Windows color (decimal): -1264448 or 12629228. OLE color: 12629228.

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

Color convert

RGB236180192-
CMYK00.240.190.07
HSL347.14º59.57%81.57%-
HSV(B)347.14º23.73%92.55%-
XYZ60.4354.2857.16-
YUV198.11124.55155.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 180 (70.70% from 255) = 29.61%
BLUE value IS 192 (75.39% from 255) = 31.58%
R=38.82%
G=29.61%
B=31.58%

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
Decimal23618019200.240.190.07347.1459.5781.57
HexECB4C001813715b3c52
Octal35426430003023753374122
Binary111011001011010011000000011000100111111010110111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4C0; }

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

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

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

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

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

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

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

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