#C55F62

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

Shades of Mandy #C55F62

Tints of Mandy #C55F62

Color information

#C55F62 (or 0xC55F62) is unknown color: approx Mandy. HEX triplet: C5, 5F and 62. RGB value is (197,95,98). Sum of RGB (Red+Green+Blue) = 197+95+98=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F62 is #3AA09D. Grayscale: #7D7D7D. Windows color (decimal): -3842206 or 6447045. OLE color: 6447045.

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

Color convert

RGB1979598-
CMYK00.520.500.23
HSL358.24º46.79%57.25%-
HSV(B)358.24º51.78%77.25%-
XYZ29.3220.9414.05-
YUV125.84112.29178.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=50.51%
G=24.36%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197959800.520.500.23358.2446.7957.25
HexC55F6203432171662f39
Octal30513714206462275465771
Binary1100010110111111100010011010011001010111101100110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F62; }

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

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

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

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

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

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

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

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