#C24450

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

Shades of Mandy #C24450

Tints of Mandy #C24450

Color information

#C24450 (or 0xC24450) is unknown color: approx Mandy. HEX triplet: C2, 44 and 50. RGB value is (194,68,80). Sum of RGB (Red+Green+Blue) = 194+68+80=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C24450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24450 is #3DBBAF. Grayscale: #6B6B6B. Windows color (decimal): -4045744 or 5260482. OLE color: 5260482.

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

Color convert

RGB1946880-
CMYK00.650.590.24
HSL354.29º50.81%51.37%-
HSV(B)354.29º64.95%76.08%-
XYZ25.7616.189.36-
YUV107.04112.74190.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.73%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=56.73%
G=19.88%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194688000.650.590.24354.2950.8151.37
HexC244500413B181623333
Octal302104120010173305426363
Binary11000010100010010100000100000111101111000101100010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24450; }

 p { color: rgb(194,68,80); }

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

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

 a { background-color: rgb(194,68,80); }

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

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

 span { border-color: rgb(194,68,80); }

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