#D6494C

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

Shades of Mandy #D6494C

Tints of Mandy #D6494C

Color information

#D6494C (or 0xD6494C) is unknown color: approx Mandy. HEX triplet: D6, 49 and 4C. RGB value is (214,73,76). Sum of RGB (Red+Green+Blue) = 214+73+76=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6494C is #29B6B3. Grayscale: #737373. Windows color (decimal): -2733748 or 4999638. OLE color: 4999638.

HSL color Cylindrical-coordinate representation of color #D6494C: hue angle of 358.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6494C is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2147376-
CMYK00.660.640.16
HSL358.72º63.23%56.27%-
HSV(B)358.72º65.89%83.92%-
XYZ31.4219.588.96-
YUV115.5105.71198.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.95%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=58.95%
G=20.11%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214737600.660.640.16358.7263.2356.27
HexD6494C04240101673f38
Octal3261111140102100205477770
Binary110101101001001100110001000010100000010000101100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6494C; }

 p { color: rgb(214,73,76); }

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

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

 a { background-color: rgb(214,73,76); }

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

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

 span { border-color: rgb(214,73,76); }

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