Html Css Color HEX #E6C0C4 Melanie

📋 copy color: '#E6C0C4'

red 230 ◦ green 192 ◦ blue 196

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

Shades of Melanie #E6C0C4

Tints of Melanie #E6C0C4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.07%

 BLUE value IS 196 (76.95% from 255) = 31.72%

R = 37.22%
G = 31.07%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E6C0C4 (or 0xE6C0C4) is known color: Melanie. HEX triplet: E6, C0 and C4. RGB value is (230,192,196). Sum of RGB (Red+Green+Blue) = 230+192+196=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0C4 is #193F3B. Grayscale: #CBCBCB. Windows color (decimal): -1654588 or 12894438. OLE color: 12894438.

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

Color convert

RGB 230 192 196 -
CMYK 0 0.17 0.15 0.10
HSL 353.68º 0.43% 0.83% -
HSV(B) 353.68º 0.17% 0.9% -
XYZ 61.45 58.51 60.28 -
YUV 203.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 230 192 196 0 0.17 0.15 0.10 353.68 0.43 0.83
Hex E6 C0 C4 0 11 F A 162 2B 53
Octal 346 300 304 0 21 17 12 542 53 123
Binary 11100110 11000000 11000100 0 10001 1111 1010 101100010 101011 1010011

Color Harmonies of #E6C0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C0C4

Black with #E6C0C4

Text Example


Text Example

White with #E6C0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C0C4; }

 p { color: rgb(230,192,196); }

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

background-color css

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

 a { background-color: rgb(230,192,196); }

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

border-color css

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

 span { border-color: rgb(230,192,196); }

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