#c64c60

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

Shades of Mandy #C64C60

Tints of Mandy #C64C60

Color information

#C64C60 (or 0xC64C60) is unknown color: approx Mandy. HEX triplet: C6, 4C and 60. RGB value is (198,76,96). Sum of RGB (Red+Green+Blue) = 198+76+96=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C60 is #39B39F. Grayscale: #727272. Windows color (decimal): -3781536 or 6311110. OLE color: 6311110.

HSL color Cylindrical-coordinate representation of color #C64C60: hue angle of 350.16º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64C60 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1987696-
CMYK00.620.520.22
HSL350.16º51.69%53.73%-
HSV(B)350.16º61.62%77.65%-
XYZ27.9818.0213.07-
YUV114.76117.42187.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.51%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=53.51%
G=20.54%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198769600.620.520.22350.1651.6953.73
HexC64C6003E341615e3436
Octal30611414007664265366466
Binary1100011010011001100000011111011010010110101011110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64c60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64c60; }

 p { color: rgb(198,76,96); }

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

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

 a { background-color: rgb(198,76,96); }

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

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

 span { border-color: rgb(198,76,96); }

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