Html Css Color HEX #E6C0C5 Melanie

📋 copy color: '#E6C0C5'

red 230 ◦ green 192 ◦ blue 197

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

Shades of Melanie #E6C0C5

Tints of Melanie #E6C0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.83%

R = 37.16%
G = 31.02%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E6C0C5 (or 0xE6C0C5) is known color: Melanie. HEX triplet: E6, C0 and C5. RGB value is (230,192,197). Sum of RGB (Red+Green+Blue) = 230+192+197=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0C5 is #193F3A. Grayscale: #CBCBCB. Windows color (decimal): -1654587 or 12959974. OLE color: 12959974.

HSL color Cylindrical-coordinate representation of color #E6C0C5: hue angle of 352.11º 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 #E6C0C5 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 197 -
CMYK 0 0.17 0.14 0.10
HSL 352.11º 0.43% 0.83% -
HSV(B) 352.11º 0.17% 0.9% -
XYZ 61.56 58.55 60.88 -
YUV 203.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 230 192 197 0 0.17 0.14 0.10 352.11 0.43 0.83
Hex E6 C0 C5 0 11 E A 160 2B 53
Octal 346 300 305 0 21 16 12 540 53 123
Binary 11100110 11000000 11000101 0 10001 1110 1010 101100000 101011 1010011

Color Harmonies of #E6C0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C0C5

Black with #E6C0C5

Text Example


Text Example

White with #E6C0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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