#C04D50

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

Shades of Mandy #C04D50

Tints of Mandy #C04D50

Color information

#C04D50 (or 0xC04D50) is unknown color: approx Mandy. HEX triplet: C0, 4D and 50. RGB value is (192,77,80). Sum of RGB (Red+Green+Blue) = 192+77+80=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D50 is #3FB2AF. Grayscale: #6F6F6F. Windows color (decimal): -4174512 or 5262784. OLE color: 5262784.

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

Color convert

RGB1927780-
CMYK00.600.580.25
HSL358.43º47.72%52.75%-
HSV(B)358.43º59.9%75.29%-
XYZ25.8417.099.53-
YUV111.73110.1185.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=55.01%
G=22.06%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192778000.600.580.25358.4347.7252.75
HexC04D5003C3A191663035
Octal30011512007472315466065
Binary1100000010011011010000011110011101011001101100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04D50; }

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

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

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

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

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

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

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

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