#C05863

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

Shades of Mandy #C05863

Tints of Mandy #C05863

Color information

#C05863 (or 0xC05863) is unknown color: approx Mandy. HEX triplet: C0, 58 and 63. RGB value is (192,88,99). Sum of RGB (Red+Green+Blue) = 192+88+99=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C05863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05863 is #3FA79C. Grayscale: #787878. Windows color (decimal): -4171677 or 6510784. OLE color: 6510784.

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

Color convert

RGB1928899-
CMYK00.540.480.25
HSL353.65º45.22%54.9%-
HSV(B)353.65º54.17%75.29%-
XYZ27.4819.0914.04-
YUV120.35115.96179.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.66%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=50.66%
G=23.22%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192889900.540.480.25353.6545.2254.9
HexC0586303630191622d37
Octal30013014306660315425567
Binary1100000010110001100011011011011000011001101100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05863; }

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

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

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

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

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

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

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

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