#C24D55

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

Shades of Mandy #C24D55

Tints of Mandy #C24D55

Color information

#C24D55 (or 0xC24D55) is unknown color: approx Mandy. HEX triplet: C2, 4D and 55. RGB value is (194,77,85). Sum of RGB (Red+Green+Blue) = 194+77+85=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D55 is #3DB2AA. Grayscale: #707070. Windows color (decimal): -4043435 or 5590466. OLE color: 5590466.

HSL color Cylindrical-coordinate representation of color #C24D55: hue angle of 355.9º 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 #C24D55 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1947785-
CMYK00.600.560.24
HSL355.9º48.95%53.14%-
HSV(B)355.9º60.31%76.08%-
XYZ26.5417.4310.56-
YUV112.9112.26185.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.49%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=54.49%
G=21.63%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194778500.600.560.24355.948.9553.14
HexC24D5503C38181643135
Octal30211512507470305446165
Binary1100001010011011010101011110011100011000101100100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24D55; }

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

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

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

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

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

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

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

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