#C75664

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

Shades of Mandy #C75664

Tints of Mandy #C75664

Color information

#C75664 (or 0xC75664) is unknown color: approx Mandy. HEX triplet: C7, 56 and 64. RGB value is (199,86,100). Sum of RGB (Red+Green+Blue) = 199+86+100=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C75664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75664 is #38A99B. Grayscale: #797979. Windows color (decimal): -3713436 or 6575815. OLE color: 6575815.

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

Color convert

RGB19986100-
CMYK00.570.500.22
HSL352.57º50.22%55.88%-
HSV(B)352.57º56.78%78.04%-
XYZ29.1819.7214.32-
YUV121.38115.94183.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.69%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=51.69%
G=22.34%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998610000.570.500.22352.5750.2255.88
HexC7566403932161613238
Octal30712614407162265416270
Binary1100011110101101100100011100111001010110101100001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75664; }

 p { color: rgb(199,86,100); }

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

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

 a { background-color: rgb(199,86,100); }

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

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

 span { border-color: rgb(199,86,100); }

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