#C55B61

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

Shades of Mandy #C55B61

Tints of Mandy #C55B61

Color information

#C55B61 (or 0xC55B61) is unknown color: approx Mandy. HEX triplet: C5, 5B and 61. RGB value is (197,91,97). Sum of RGB (Red+Green+Blue) = 197+91+97=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B61 is #3AA49E. Grayscale: #7B7B7B. Windows color (decimal): -3843231 or 6380485. OLE color: 6380485.

HSL color Cylindrical-coordinate representation of color #C55B61: hue angle of 356.6º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55B61 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB1979197-
CMYK00.540.510.23
HSL356.6º47.75%56.47%-
HSV(B)356.6º53.81%77.25%-
XYZ28.9220.2213.69-
YUV123.38113.12180.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.17%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=51.17%
G=23.64%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197919700.540.510.23356.647.7556.47
HexC55B6103633171653038
Octal30513314106663275456070
Binary1100010110110111100001011011011001110111101100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B61; }

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

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

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

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

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

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

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

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