#C24255

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

Shades of Mandy #C24255

Tints of Mandy #C24255

Color information

#C24255 (or 0xC24255) is unknown color: approx Mandy. HEX triplet: C2, 42 and 55. RGB value is (194,66,85). Sum of RGB (Red+Green+Blue) = 194+66+85=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C24255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24255 is #3DBDAA. Grayscale: #6A6A6A. Windows color (decimal): -4046251 or 5587650. OLE color: 5587650.

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

Color convert

RGB1946685-
CMYK00.660.560.24
HSL351.09º51.2%50.98%-
HSV(B)351.09º65.98%76.08%-
XYZ25.8416.0210.33-
YUV106.44115.91190.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=56.23%
G=19.13%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194668500.660.560.24351.0951.250.98
HexC24255042381815f3333
Octal302102125010270305376363
Binary11000010100001010101010100001011100011000101011111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24255; }

 p { color: rgb(194,66,85); }

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

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

 a { background-color: rgb(194,66,85); }

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

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

 span { border-color: rgb(194,66,85); }

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