#C24D60

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

Shades of Mandy #C24D60

Tints of Mandy #C24D60

Color information

#C24D60 (or 0xC24D60) is unknown color: approx Mandy. HEX triplet: C2, 4D and 60. RGB value is (194,77,96). Sum of RGB (Red+Green+Blue) = 194+77+96=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D60 is #3DB29F. Grayscale: #727272. Windows color (decimal): -4043424 or 6311362. OLE color: 6311362.

HSL color Cylindrical-coordinate representation of color #C24D60: hue angle of 350.26º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D60 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1947796-
CMYK00.600.510.24
HSL350.26º48.95%53.14%-
HSV(B)350.26º60.31%76.08%-
XYZ27.0117.6213.04-
YUV114.15117.76184.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=52.86%
G=20.98%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194779600.600.510.24350.2648.9553.14
HexC24D6003C331815e3135
Octal30211514007463305366165
Binary1100001010011011100000011110011001111000101011110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24D60; }

 p { color: rgb(194,77,96); }

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

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

 a { background-color: rgb(194,77,96); }

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

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

 span { border-color: rgb(194,77,96); }

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