#C75F60

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

Shades of Mandy #C75F60

Tints of Mandy #C75F60

Color information

#C75F60 (or 0xC75F60) is unknown color: approx Mandy. HEX triplet: C7, 5F and 60. RGB value is (199,95,96). Sum of RGB (Red+Green+Blue) = 199+95+96=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75F60 is #38A09F. Grayscale: #7E7E7E. Windows color (decimal): -3711136 or 6315975. OLE color: 6315975.

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

Color convert

RGB1999596-
CMYK00.520.520.22
HSL359.42º48.15%57.65%-
HSV(B)359.42º52.26%78.04%-
XYZ29.7621.1713.58-
YUV126.21110.96179.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=51.03%
G=24.36%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199959600.520.520.22359.4248.1557.65
HexC75F600343416167303a
Octal30713714006464265476072
Binary1100011110111111100000011010011010010110101100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75F60; }

 p { color: rgb(199,95,96); }

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

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

 a { background-color: rgb(199,95,96); }

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

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

 span { border-color: rgb(199,95,96); }

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