#E6C5CA

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

Shades of Chantilly #E6C5CA

Tints of Chantilly #E6C5CA

Color information

#E6C5CA (or 0xE6C5CA) is unknown color: approx Chantilly. HEX triplet: E6, C5 and CA. RGB value is (230,197,202). Sum of RGB (Red+Green+Blue) = 230+197+202=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5CA is #193A35. Grayscale: #CFCFCF. Windows color (decimal): -1653302 or 13288934. OLE color: 13288934.

HSL color Cylindrical-coordinate representation of color #E6C5CA: hue angle of 350.91º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C5CA is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230197202-
CMYK00.140.120.10
HSL350.91º39.76%83.73%-
HSV(B)350.91º14.35%90.2%-
XYZ63.2661.0264.32-
YUV207.44124.93144.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.57%
GREEN value IS 197 (77.34% from 255) = 31.32%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=36.57%
G=31.32%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019720200.140.120.10350.9139.7683.73
HexE6C5CA0ECA15f2854
Octal346305312016141253750124
Binary11100110110001011100101001110110010101010111111010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C5CA; }

 p { color: rgb(230,197,202); }

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

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

 a { background-color: rgb(230,197,202); }

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

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

 span { border-color: rgb(230,197,202); }

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