#C04C58

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

Shades of Mandy #C04C58

Tints of Mandy #C04C58

Color information

#C04C58 (or 0xC04C58) is unknown color: approx Mandy. HEX triplet: C0, 4C and 58. RGB value is (192,76,88). Sum of RGB (Red+Green+Blue) = 192+76+88=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C58 is #3FB3A7. Grayscale: #707070. Windows color (decimal): -4174760 or 5786816. OLE color: 5786816.

HSL color Cylindrical-coordinate representation of color #C04C58: hue angle of 353.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C58 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1927688-
CMYK00.600.540.25
HSL353.79º47.93%52.55%-
HSV(B)353.79º60.42%75.29%-
XYZ26.0817.0811.15-
YUV112.05114.43185.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.93%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=53.93%
G=21.35%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192768800.600.540.25353.7947.9352.55
HexC04C5803C36191623035
Octal30011413007466315426065
Binary1100000010011001011000011110011011011001101100010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04C58; }

 p { color: rgb(192,76,88); }

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

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

 a { background-color: rgb(192,76,88); }

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

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

 span { border-color: rgb(192,76,88); }

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