#C95560

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

Shades of Mandy #C95560

Tints of Mandy #C95560

Color information

#C95560 (or 0xC95560) is unknown color: approx Mandy. HEX triplet: C9, 55 and 60. RGB value is (201,85,96). Sum of RGB (Red+Green+Blue) = 201+85+96=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C95560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95560 is #36AA9F. Grayscale: #797979. Windows color (decimal): -3582624 or 6313417. OLE color: 6313417.

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

Color convert

RGB2018596-
CMYK00.580.520.21
HSL354.31º51.79%56.08%-
HSV(B)354.31º57.71%78.82%-
XYZ29.4519.7613.33-
YUV120.94113.93185.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.62%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=52.62%
G=22.25%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201859600.580.520.21354.3151.7956.08
HexC9556003A34151623438
Octal31112514007264255426470
Binary1100100110101011100000011101011010010101101100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95560; }

 p { color: rgb(201,85,96); }

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

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

 a { background-color: rgb(201,85,96); }

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

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

 span { border-color: rgb(201,85,96); }

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