#C55561

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

Shades of Mandy #C55561

Tints of Mandy #C55561

Color information

#C55561 (or 0xC55561) is unknown color: approx Mandy. HEX triplet: C5, 55 and 61. RGB value is (197,85,97). Sum of RGB (Red+Green+Blue) = 197+85+97=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C55561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55561 is #3AAA9E. Grayscale: #777777. Windows color (decimal): -3844767 or 6378949. OLE color: 6378949.

HSL color Cylindrical-coordinate representation of color #C55561: hue angle of 353.57º 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 #C55561 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB1978597-
CMYK00.570.510.23
HSL353.57º49.12%55.29%-
HSV(B)353.57º56.85%77.25%-
XYZ28.4319.2313.52-
YUV119.86115.11183.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=51.98%
G=22.43%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197859700.570.510.23353.5749.1255.29
HexC5556103933171623137
Octal30512514107163275426167
Binary1100010110101011100001011100111001110111101100010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55561; }

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

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

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

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

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

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

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

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