#C05860

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

Shades of Mandy #C05860

Tints of Mandy #C05860

Color information

#C05860 (or 0xC05860) is unknown color: approx Mandy. HEX triplet: C0, 58 and 60. RGB value is (192,88,96). Sum of RGB (Red+Green+Blue) = 192+88+96=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C05860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05860 is #3FA79F. Grayscale: #787878. Windows color (decimal): -4171680 or 6314176. OLE color: 6314176.

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

Color convert

RGB1928896-
CMYK00.540.500.25
HSL355.38º45.22%54.9%-
HSV(B)355.38º54.17%75.29%-
XYZ27.3419.0313.3-
YUV120.01114.46179.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=51.06%
G=23.40%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192889600.540.500.25355.3845.2254.9
HexC0586003632191632d37
Octal30013014006662315435567
Binary1100000010110001100000011011011001011001101100011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05860; }

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

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

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

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

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

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

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

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