#ECB9C0

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

Shades of Chantilly #ECB9C0

Tints of Chantilly #ECB9C0

Color information

#ECB9C0 (or 0xECB9C0) is unknown color: approx Chantilly. HEX triplet: EC, B9 and C0. RGB value is (236,185,192). Sum of RGB (Red+Green+Blue) = 236+185+192=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9C0 is #13463F. Grayscale: #C9C9C9. Windows color (decimal): -1263168 or 12630508. OLE color: 12630508.

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

Color convert

RGB236185192-
CMYK00.220.190.07
HSL351.76º57.3%82.55%-
HSV(B)351.76º21.61%92.55%-
XYZ61.4656.3457.5-
YUV201.05122.9152.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=38.50%
G=30.18%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618519200.220.190.07351.7657.382.55
HexECB9C00161371603953
Octal35427130002623754071123
Binary111011001011100111000000010110100111111011000001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB9C0; }

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

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

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

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

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

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

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

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