#C05460

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

Shades of Mandy #C05460

Tints of Mandy #C05460

Color information

#C05460 (or 0xC05460) is unknown color: approx Mandy. HEX triplet: C0, 54 and 60. RGB value is (192,84,96). Sum of RGB (Red+Green+Blue) = 192+84+96=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C05460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05460 is #3FAB9F. Grayscale: #757575. Windows color (decimal): -4172704 or 6313152. OLE color: 6313152.

HSL color Cylindrical-coordinate representation of color #C05460: hue angle of 353.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05460 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1928496-
CMYK00.560.500.25
HSL353.33º46.15%54.12%-
HSV(B)353.33º56.25%75.29%-
XYZ27.0218.3913.19-
YUV117.66115.78181.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=51.61%
G=22.58%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192849600.560.500.25353.3346.1554.12
HexC0546003832191612e36
Octal30012414007062315415666
Binary1100000010101001100000011100011001011001101100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05460; }

 p { color: rgb(192,84,96); }

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

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

 a { background-color: rgb(192,84,96); }

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

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

 span { border-color: rgb(192,84,96); }

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