#C24953

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

Shades of Mandy #C24953

Tints of Mandy #C24953

Color information

#C24953 (or 0xC24953) is unknown color: approx Mandy. HEX triplet: C2, 49 and 53. RGB value is (194,73,83). Sum of RGB (Red+Green+Blue) = 194+73+83=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C24953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24953 is #3DB6AC. Grayscale: #6E6E6E. Windows color (decimal): -4044461 or 5458370. OLE color: 5458370.

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

Color convert

RGB1947383-
CMYK00.620.570.24
HSL355.04º49.79%52.35%-
HSV(B)355.04º62.37%76.08%-
XYZ26.1916.8610.06-
YUV110.32112.59187.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.43%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 83 (32.81% from 255) = 23.71%
R=55.43%
G=20.86%
B=23.71%

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
Decimal194738300.620.570.24355.0449.7952.35
HexC2495303E39181633234
Octal30211112307671305436264
Binary1100001010010011010011011111011100111000101100011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24953; }

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

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

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

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

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

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

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

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