#C55862

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

Shades of Mandy #C55862

Tints of Mandy #C55862

Color information

#C55862 (or 0xC55862) is unknown color: approx Mandy. HEX triplet: C5, 58 and 62. RGB value is (197,88,98). Sum of RGB (Red+Green+Blue) = 197+88+98=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C55862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55862 is #3AA79D. Grayscale: #797979. Windows color (decimal): -3843998 or 6445253. OLE color: 6445253.

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

Color convert

RGB1978898-
CMYK00.550.500.23
HSL354.5º48.44%55.88%-
HSV(B)354.5º55.33%77.25%-
XYZ28.7219.7313.85-
YUV121.73114.61181.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 98 (38.67% from 255) = 25.59%
R=51.44%
G=22.98%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197889800.550.500.23354.548.4455.88
HexC5586203732171623038
Octal30513014206762275426070
Binary1100010110110001100010011011111001010111101100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55862; }

 p { color: rgb(197,88,98); }

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

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

 a { background-color: rgb(197,88,98); }

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

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

 span { border-color: rgb(197,88,98); }

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