#C75E5F

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

Shades of Mandy #C75E5F

Tints of Mandy #C75E5F

Color information

#C75E5F (or 0xC75E5F) is unknown color: approx Mandy. HEX triplet: C7, 5E and 5F. RGB value is (199,94,95). Sum of RGB (Red+Green+Blue) = 199+94+95=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75E5F is #38A1A0. Grayscale: #7D7D7D. Windows color (decimal): -3711393 or 6250183. OLE color: 6250183.

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

Color convert

RGB1999495-
CMYK00.530.520.22
HSL359.43º48.39%57.45%-
HSV(B)359.43º52.76%78.04%-
XYZ29.6220.9713.31-
YUV125.51110.79180.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 95 (37.5% from 255) = 24.48%
R=51.29%
G=24.23%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199949500.530.520.22359.4348.3957.45
HexC75E5F03534161673039
Octal30713613706564265476071
Binary1100011110111101011111011010111010010110101100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75E5F; }

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

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

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

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

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

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

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

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