#C74950

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

Shades of Mandy #C74950

Tints of Mandy #C74950

Color information

#C74950 (or 0xC74950) is unknown color: approx Mandy. HEX triplet: C7, 49 and 50. RGB value is (199,73,80). Sum of RGB (Red+Green+Blue) = 199+73+80=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C74950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74950 is #38B6AF. Grayscale: #6F6F6F. Windows color (decimal): -3716784 or 5261767. OLE color: 5261767.

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

Color convert

RGB1997380-
CMYK00.630.600.22
HSL356.67º52.94%53.33%-
HSV(B)356.67º63.32%78.04%-
XYZ27.3817.499.52-
YUV111.47110.24190.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.53%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=56.53%
G=20.74%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199738000.630.600.22356.6752.9453.33
HexC7495003F3C161653535
Octal30711112007774265456565
Binary1100011110010011010000011111111110010110101100101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74950; }

 p { color: rgb(199,73,80); }

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

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

 a { background-color: rgb(199,73,80); }

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

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

 span { border-color: rgb(199,73,80); }

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