#C55455

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

Shades of Mandy #C55455

Tints of Mandy #C55455

Color information

#C55455 (or 0xC55455) is unknown color: approx Mandy. HEX triplet: C5, 54 and 55. RGB value is (197,84,85). Sum of RGB (Red+Green+Blue) = 197+84+85=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55455 is #3AABAA. Grayscale: #767676. Windows color (decimal): -3845035 or 5592261. OLE color: 5592261.

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

Color convert

RGB1978485-
CMYK00.570.570.23
HSL359.47º49.34%55.1%-
HSV(B)359.47º57.36%77.25%-
XYZ27.8418.8710.77-
YUV117.9109.44184.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.83%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=53.83%
G=22.95%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197848500.570.570.23359.4749.3455.1
HexC5545503939171673137
Octal30512412507171275476167
Binary1100010110101001010101011100111100110111101100111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55455; }

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

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

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

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

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

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

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

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