#C55456

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

Shades of Mandy #C55456

Tints of Mandy #C55456

Color information

#C55456 (or 0xC55456) is unknown color: approx Mandy. HEX triplet: C5, 54 and 56. RGB value is (197,84,86). Sum of RGB (Red+Green+Blue) = 197+84+86=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C55456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55456 is #3AABA9. Grayscale: #767676. Windows color (decimal): -3845034 or 5657797. OLE color: 5657797.

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

Color convert

RGB1978486-
CMYK00.570.560.23
HSL358.94º49.34%55.1%-
HSV(B)358.94º57.36%77.25%-
XYZ27.8818.8810.98-
YUV118.02109.94184.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.68%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=53.68%
G=22.89%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197848600.570.560.23358.9449.3455.1
HexC5545603938171673137
Octal30512412607170275476167
Binary1100010110101001010110011100111100010111101100111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55456; }

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

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

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

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

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

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

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

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