#C04D53

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

Shades of Mandy #C04D53

Tints of Mandy #C04D53

Color information

#C04D53 (or 0xC04D53) is unknown color: approx Mandy. HEX triplet: C0, 4D and 53. RGB value is (192,77,83). Sum of RGB (Red+Green+Blue) = 192+77+83=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D53 is #3FB2AC. Grayscale: #707070. Windows color (decimal): -4174509 or 5459392. OLE color: 5459392.

HSL color Cylindrical-coordinate representation of color #C04D53: hue angle of 356.87º 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 #C04D53 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB1927783-
CMYK00.600.570.25
HSL356.87º47.72%52.75%-
HSV(B)356.87º59.9%75.29%-
XYZ25.9517.1410.12-
YUV112.07111.6185.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.55%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=54.55%
G=21.88%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192778300.600.570.25356.8747.7252.75
HexC04D5303C39191653035
Octal30011512307471315456065
Binary1100000010011011010011011110011100111001101100101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04D53; }

 p { color: rgb(192,77,83); }

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

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

 a { background-color: rgb(192,77,83); }

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

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

 span { border-color: rgb(192,77,83); }

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