#C24252

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

Shades of Mandy #C24252

Tints of Mandy #C24252

Color information

#C24252 (or 0xC24252) is unknown color: approx Mandy. HEX triplet: C2, 42 and 52. RGB value is (194,66,82). Sum of RGB (Red+Green+Blue) = 194+66+82=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C24252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24252 is #3DBDAD. Grayscale: #6A6A6A. Windows color (decimal): -4046254 or 5391042. OLE color: 5391042.

HSL color Cylindrical-coordinate representation of color #C24252: hue angle of 352.5º 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 #C24252 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1946682-
CMYK00.660.580.24
HSL352.5º51.2%50.98%-
HSV(B)352.5º65.98%76.08%-
XYZ25.7215.979.71-
YUV106.1114.41190.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.73%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=56.73%
G=19.30%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194668200.660.580.24352.551.250.98
HexC242520423A181603333
Octal302102122010272305406363
Binary11000010100001010100100100001011101011000101100000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24252; }

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

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

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

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

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

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

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

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