#C24F53

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

Shades of Mandy #C24F53

Tints of Mandy #C24F53

Color information

#C24F53 (or 0xC24F53) is unknown color: approx Mandy. HEX triplet: C2, 4F and 53. RGB value is (194,79,83). Sum of RGB (Red+Green+Blue) = 194+79+83=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F53 is #3DB0AC. Grayscale: #717171. Windows color (decimal): -4042925 or 5459906. OLE color: 5459906.

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

Color convert

RGB1947983-
CMYK00.590.570.24
HSL357.91º48.52%53.53%-
HSV(B)357.91º59.28%76.08%-
XYZ26.6117.6910.2-
YUV113.84110.6185.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.49%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=54.49%
G=22.19%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194798300.590.570.24357.9148.5253.53
HexC24F5303B39181663136
Octal30211712307371305466166
Binary1100001010011111010011011101111100111000101100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24F53; }

 p { color: rgb(194,79,83); }

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

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

 a { background-color: rgb(194,79,83); }

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

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

 span { border-color: rgb(194,79,83); }

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