#C65760

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

Shades of Mandy #C65760

Tints of Mandy #C65760

Color information

#C65760 (or 0xC65760) is unknown color: approx Mandy. HEX triplet: C6, 57 and 60. RGB value is (198,87,96). Sum of RGB (Red+Green+Blue) = 198+87+96=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C65760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65760 is #39A89F. Grayscale: #797979. Windows color (decimal): -3778720 or 6313926. OLE color: 6313926.

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

Color convert

RGB1988796-
CMYK00.560.520.22
HSL355.14º49.33%55.88%-
HSV(B)355.14º56.06%77.65%-
XYZ28.8119.6713.34-
YUV121.21113.77182.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=51.97%
G=22.83%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198879600.560.520.22355.1449.3355.88
HexC6576003834161633138
Octal30612714007064265436170
Binary1100011010101111100000011100011010010110101100011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65760; }

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

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

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

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

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

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

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

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