#C74554

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

Shades of Mandy #C74554

Tints of Mandy #C74554

Color information

#C74554 (or 0xC74554) is unknown color: approx Mandy. HEX triplet: C7, 45 and 54. RGB value is (199,69,84). Sum of RGB (Red+Green+Blue) = 199+69+84=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C74554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74554 is #38BAAB. Grayscale: #6D6D6D. Windows color (decimal): -3717804 or 5522887. OLE color: 5522887.

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

Color convert

RGB1996984-
CMYK00.650.580.22
HSL353.08º53.72%52.55%-
HSV(B)353.08º65.33%78.04%-
XYZ27.2817.0410.24-
YUV109.58113.57191.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.53%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=56.53%
G=19.60%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199698400.650.580.22353.0853.7252.55
HexC745540413A161613635
Octal307105124010172265416665
Binary11000111100010110101000100000111101010110101100001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74554; }

 p { color: rgb(199,69,84); }

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

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

 a { background-color: rgb(199,69,84); }

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

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

 span { border-color: rgb(199,69,84); }

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