#C74D5D

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

Shades of Mandy #C74D5D

Tints of Mandy #C74D5D

Color information

#C74D5D (or 0xC74D5D) is unknown color: approx Mandy. HEX triplet: C7, 4D and 5D. RGB value is (199,77,93). Sum of RGB (Red+Green+Blue) = 199+77+93=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D5D is #38B2A2. Grayscale: #737373. Windows color (decimal): -3715747 or 6114759. OLE color: 6114759.

HSL color Cylindrical-coordinate representation of color #C74D5D: hue angle of 352.13º 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 #C74D5D is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1997793-
CMYK00.610.530.22
HSL352.13º52.14%54.12%-
HSV(B)352.13º61.31%78.04%-
XYZ28.1818.2412.39-
YUV115.3115.42187.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=53.93%
G=20.87%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199779300.610.530.22352.1352.1454.12
HexC74D5D03D35161603436
Octal30711513507565265406466
Binary1100011110011011011101011110111010110110101100000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74D5D; }

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

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

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

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

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

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

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

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