#C24A54

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

Shades of Mandy #C24A54

Tints of Mandy #C24A54

Color information

#C24A54 (or 0xC24A54) is unknown color: approx Mandy. HEX triplet: C2, 4A and 54. RGB value is (194,74,84). Sum of RGB (Red+Green+Blue) = 194+74+84=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A54 is #3DB5AB. Grayscale: #6F6F6F. Windows color (decimal): -4044204 or 5524162. OLE color: 5524162.

HSL color Cylindrical-coordinate representation of color #C24A54: hue angle of 355º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A54 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB1947484-
CMYK00.620.570.24
HSL355º49.59%52.55%-
HSV(B)355º61.86%76.08%-
XYZ26.317.0110.28-
YUV111.02112.76187.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=55.11%
G=21.02%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194748400.620.570.2435549.5952.55
HexC24A5403E39181633235
Octal30211212407671305436265
Binary1100001010010101010100011111011100111000101100011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24A54; }

 p { color: rgb(194,74,84); }

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

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

 a { background-color: rgb(194,74,84); }

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

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

 span { border-color: rgb(194,74,84); }

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