#C24C4D

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

Shades of Mandy #C24C4D

Tints of Mandy #C24C4D

Color information

#C24C4D (or 0xC24C4D) is unknown color: approx Mandy. HEX triplet: C2, 4C and 4D. RGB value is (194,76,77). Sum of RGB (Red+Green+Blue) = 194+76+77=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C4D is #3DB3B2. Grayscale: #6F6F6F. Windows color (decimal): -4043699 or 5065922. OLE color: 5065922.

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

Color convert

RGB1947677-
CMYK00.610.600.24
HSL359.49º49.17%52.94%-
HSV(B)359.49º60.82%76.08%-
XYZ26.1717.178.96-
YUV111.4108.59186.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.91%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 77 (30.47% from 255) = 22.19%
R=55.91%
G=21.90%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194767700.610.600.24359.4949.1752.94
HexC24C4D03D3C181673135
Octal30211411507574305476165
Binary1100001010011001001101011110111110011000101100111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24C4D; }

 p { color: rgb(194,76,77); }

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

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

 a { background-color: rgb(194,76,77); }

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

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

 span { border-color: rgb(194,76,77); }

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