#C05960

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

Shades of Mandy #C05960

Tints of Mandy #C05960

Color information

#C05960 (or 0xC05960) is unknown color: approx Mandy. HEX triplet: C0, 59 and 60. RGB value is (192,89,96). Sum of RGB (Red+Green+Blue) = 192+89+96=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C05960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05960 is #3FA69F. Grayscale: #787878. Windows color (decimal): -4171424 or 6314432. OLE color: 6314432.

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

Color convert

RGB1928996-
CMYK00.540.500.25
HSL355.92º44.98%55.1%-
HSV(B)355.92º53.65%75.29%-
XYZ27.4219.213.33-
YUV120.6114.12178.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=50.93%
G=23.61%
B=25.46%

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
Decimal192899600.540.500.25355.9244.9855.1
HexC0596003632191642d37
Octal30013114006662315445567
Binary1100000010110011100000011011011001011001101100100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05960; }

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

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

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

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

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

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

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

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