#C74351

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

Shades of Mandy #C74351

Tints of Mandy #C74351

Color information

#C74351 (or 0xC74351) is unknown color: approx Mandy. HEX triplet: C7, 43 and 51. RGB value is (199,67,81). Sum of RGB (Red+Green+Blue) = 199+67+81=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C74351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74351 is #38BCAE. Grayscale: #6C6C6C. Windows color (decimal): -3718319 or 5325767. OLE color: 5325767.

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

Color convert

RGB1996781-
CMYK00.660.590.22
HSL353.64º54.1%52.16%-
HSV(B)353.64º66.33%78.04%-
XYZ27.0516.759.59-
YUV108.06112.73192.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.35%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=57.35%
G=19.31%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199678100.660.590.22353.6454.152.16
HexC743510423B161623634
Octal307103121010273265426664
Binary11000111100001110100010100001011101110110101100010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74351; }

 p { color: rgb(199,67,81); }

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

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

 a { background-color: rgb(199,67,81); }

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

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

 span { border-color: rgb(199,67,81); }

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