#c15860

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

Shades of Mandy #C15860

Tints of Mandy #C15860

Color information

#C15860 (or 0xC15860) is unknown color: approx Mandy. HEX triplet: C1, 58 and 60. RGB value is (193,88,96). Sum of RGB (Red+Green+Blue) = 193+88+96=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C15860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15860 is #3EA79F. Grayscale: #787878. Windows color (decimal): -4106144 or 6314177. OLE color: 6314177.

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

Color convert

RGB1938896-
CMYK00.540.500.24
HSL355.43º45.85%55.1%-
HSV(B)355.43º54.4%75.69%-
XYZ27.5919.1613.31-
YUV120.31114.29179.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=51.19%
G=23.34%
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.24
SystemRedGreenBlueCMYKHSL
Decimal193889600.540.500.24355.4345.8555.1
HexC1586003632181632e37
Octal30113014006662305435667
Binary1100000110110001100000011011011001011000101100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c15860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c15860; }

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

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

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

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

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

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

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

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