#C55255

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

Shades of Mandy #C55255

Tints of Mandy #C55255

Color information

#C55255 (or 0xC55255) is unknown color: approx Mandy. HEX triplet: C5, 52 and 55. RGB value is (197,82,85). Sum of RGB (Red+Green+Blue) = 197+82+85=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C55255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55255 is #3AADAA. Grayscale: #747474. Windows color (decimal): -3845547 or 5591749. OLE color: 5591749.

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

Color convert

RGB1978285-
CMYK00.580.570.23
HSL358.43º49.78%54.71%-
HSV(B)358.43º58.38%77.25%-
XYZ27.6818.5610.72-
YUV116.73110.1185.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.12%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=54.12%
G=22.53%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197828500.580.570.23358.4349.7854.71
HexC5525503A39171663237
Octal30512212507271275466267
Binary1100010110100101010101011101011100110111101100110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55255; }

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

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

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

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

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

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

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

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