#C24A5B

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

Shades of Mandy #C24A5B

Tints of Mandy #C24A5B

Color information

#C24A5B (or 0xC24A5B) is unknown color: approx Mandy. HEX triplet: C2, 4A and 5B. RGB value is (194,74,91). Sum of RGB (Red+Green+Blue) = 194+74+91=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A5B is #3DB5A4. Grayscale: #6F6F6F. Windows color (decimal): -4044197 or 5982914. OLE color: 5982914.

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

Color convert

RGB1947491-
CMYK00.620.530.24
HSL351.5º49.59%52.55%-
HSV(B)351.5º61.86%76.08%-
XYZ26.5917.1211.8-
YUV111.82116.26186.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=54.04%
G=20.61%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194749100.620.530.24351.549.5952.55
HexC24A5B03E35181603235
Octal30211213307665305406265
Binary1100001010010101011011011111011010111000101100000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24A5B; }

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

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

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

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

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

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

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

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