#C04D5C

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

Shades of Mandy #C04D5C

Tints of Mandy #C04D5C

Color information

#C04D5C (or 0xC04D5C) is unknown color: approx Mandy. HEX triplet: C0, 4D and 5C. RGB value is (192,77,92). Sum of RGB (Red+Green+Blue) = 192+77+92=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D5C is #3FB2A3. Grayscale: #717171. Windows color (decimal): -4174500 or 6049216. OLE color: 6049216.

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

Color convert

RGB1927792-
CMYK00.600.520.25
HSL352.17º47.72%52.75%-
HSV(B)352.17º59.9%75.29%-
XYZ26.3217.2912.07-
YUV113.1116.1184.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.19%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 92 (36.33% from 255) = 25.48%
R=53.19%
G=21.33%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192779200.600.520.25352.1747.7252.75
HexC04D5C03C34191603035
Octal30011513407464315406065
Binary1100000010011011011100011110011010011001101100000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04D5C; }

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

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

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

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

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

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

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

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