#C74D5F

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

Shades of Mandy #C74D5F

Tints of Mandy #C74D5F

Color information

#C74D5F (or 0xC74D5F) is unknown color: approx Mandy. HEX triplet: C7, 4D and 5F. RGB value is (199,77,95). Sum of RGB (Red+Green+Blue) = 199+77+95=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D5F is #38B2A0. Grayscale: #737373. Windows color (decimal): -3715745 or 6245831. OLE color: 6245831.

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

Color convert

RGB1997795-
CMYK00.610.520.22
HSL351.15º52.14%54.12%-
HSV(B)351.15º61.31%78.04%-
XYZ28.2718.2812.86-
YUV115.53116.42187.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.64%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=53.64%
G=20.75%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199779500.610.520.22351.1552.1454.12
HexC74D5F03D341615f3436
Octal30711513707564265376466
Binary1100011110011011011111011110111010010110101011111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74D5F; }

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

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

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

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

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

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

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

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