#C55562

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

Shades of Mandy #C55562

Tints of Mandy #C55562

Color information

#C55562 (or 0xC55562) is unknown color: approx Mandy. HEX triplet: C5, 55 and 62. RGB value is (197,85,98). Sum of RGB (Red+Green+Blue) = 197+85+98=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C55562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55562 is #3AAA9D. Grayscale: #787878. Windows color (decimal): -3844766 or 6444485. OLE color: 6444485.

HSL color Cylindrical-coordinate representation of color #C55562: hue angle of 353.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55562 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB1978598-
CMYK00.570.500.23
HSL353.04º49.12%55.29%-
HSV(B)353.04º56.85%77.25%-
XYZ28.4819.2513.77-
YUV119.97115.61182.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.84%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=51.84%
G=22.37%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197859800.570.500.23353.0449.1255.29
HexC5556203932171613137
Octal30512514207162275416167
Binary1100010110101011100010011100111001010111101100001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55562; }

 p { color: rgb(197,85,98); }

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

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

 a { background-color: rgb(197,85,98); }

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

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

 span { border-color: rgb(197,85,98); }

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