Html Css Color HEX #E6C1CA Chantilly

📋 copy color: '#E6C1CA'

red 230 ◦ green 193 ◦ blue 202

#E6C1CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chantilly #E6C1CA

Tints of Chantilly #E6C1CA

RGB

 RED value IS 230 (90.23% from 255) = 36.8%

 GREEN value IS 193 (75.78% from 255) = 30.88%

 BLUE value IS 202 (79.3% from 255) = 32.32%

R = 36.8%
G = 30.88%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6C1CA (or 0xE6C1CA) is known color: Chantilly. HEX triplet: E6, C1 and CA. RGB value is (230,193,202). Sum of RGB (Red+Green+Blue) = 230+193+202=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1CA is #193E35. Grayscale: #CDCDCD. Windows color (decimal): -1654326 or 13287910. OLE color: 13287910.

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

Color convert

RGB 230 193 202 -
CMYK 0 0.16 0.12 0.10
HSL 345.41º 0.43% 0.83% -
HSV(B) 345.41º 0.16% 0.9% -
XYZ 62.36 59.23 64.02 -
YUV 205.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 230 193 202 0 0.16 0.12 0.10 345.41 0.43 0.83
Hex E6 C1 CA 0 10 C A 159 2B 53
Octal 346 301 312 0 20 14 12 531 53 123
Binary 11100110 11000001 11001010 0 10000 1100 1010 101011001 101011 1010011

Color Harmonies of #E6C1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C1CA

Black with #E6C1CA

Text Example


Text Example

White with #E6C1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C1CA; }

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

 H1.HeaderClassName
 {
   color: #E6C1CA;
 }
 .AnyTagClassName
 {
   color: #E6C1CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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