#C74B4C

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

Shades of Mandy #C74B4C

Tints of Mandy #C74B4C

Color information

#C74B4C (or 0xC74B4C) is unknown color: approx Mandy. HEX triplet: C7, 4B and 4C. RGB value is (199,75,76). Sum of RGB (Red+Green+Blue) = 199+75+76=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B4C is #38B4B3. Grayscale: #707070. Windows color (decimal): -3716276 or 5000135. OLE color: 5000135.

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

Color convert

RGB1997576-
CMYK00.620.620.22
HSL359.52º52.54%53.73%-
HSV(B)359.52º62.31%78.04%-
XYZ27.3717.78.81-
YUV112.19107.58189.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.86%
GREEN value IS 75 (29.69% from 255) = 21.43%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=56.86%
G=21.43%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199757600.620.620.22359.5252.5453.73
HexC74B4C03E3E161683536
Octal30711311407676265506566
Binary1100011110010111001100011111011111010110101101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B4C; }

 p { color: rgb(199,75,76); }

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

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

 a { background-color: rgb(199,75,76); }

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

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

 span { border-color: rgb(199,75,76); }

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