#C55156

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

Shades of Mandy #C55156

Tints of Mandy #C55156

Color information

#C55156 (or 0xC55156) is unknown color: approx Mandy. HEX triplet: C5, 51 and 56. RGB value is (197,81,86). Sum of RGB (Red+Green+Blue) = 197+81+86=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C55156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55156 is #3AAEA9. Grayscale: #747474. Windows color (decimal): -3845802 or 5657029. OLE color: 5657029.

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

Color convert

RGB1978186-
CMYK00.590.560.23
HSL357.41º50%54.51%-
HSV(B)357.41º58.88%77.25%-
XYZ27.6518.4310.9-
YUV116.25110.93185.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.12%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 86 (33.98% from 255) = 23.63%
R=54.12%
G=22.25%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197818600.590.560.23357.415054.51
HexC5515603B38171653237
Octal30512112607370275456267
Binary1100010110100011010110011101111100010111101100101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55156; }

 p { color: rgb(197,81,86); }

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

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

 a { background-color: rgb(197,81,86); }

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

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

 span { border-color: rgb(197,81,86); }

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