#c85460

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

Shades of Mandy #C85460

Tints of Mandy #C85460

Color information

#C85460 (or 0xC85460) is unknown color: approx Mandy. HEX triplet: C8, 54 and 60. RGB value is (200,84,96). Sum of RGB (Red+Green+Blue) = 200+84+96=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C85460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85460 is #37AB9F. Grayscale: #787878. Windows color (decimal): -3648416 or 6313160. OLE color: 6313160.

HSL color Cylindrical-coordinate representation of color #C85460: hue angle of 353.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85460 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB2008496-
CMYK00.580.520.22
HSL353.79º51.33%55.69%-
HSV(B)353.79º58%78.43%-
XYZ29.119.4613.29-
YUV120.05114.43185.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=52.63%
G=22.11%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200849600.580.520.22353.7951.3355.69
HexC8546003A34161623338
Octal31012414007264265426370
Binary1100100010101001100000011101011010010110101100010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c85460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c85460; }

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

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

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

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

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

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

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

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