#C74860

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

Shades of Mandy #C74860

Tints of Mandy #C74860

Color information

#C74860 (or 0xC74860) is unknown color: approx Mandy. HEX triplet: C7, 48 and 60. RGB value is (199,72,96). Sum of RGB (Red+Green+Blue) = 199+72+96=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C74860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74860 is #38B79F. Grayscale: #707070. Windows color (decimal): -3717024 or 6310087. OLE color: 6310087.

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

Color convert

RGB1997296-
CMYK00.640.520.22
HSL348.66º53.14%53.14%-
HSV(B)348.66º63.82%78.04%-
XYZ27.9817.6212.99-
YUV112.71118.58189.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.22%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=54.22%
G=19.62%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199729600.640.520.22348.6653.1453.14
HexC74860040341615d3535
Octal307110140010064265356565
Binary11000111100100011000000100000011010010110101011101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74860; }

 p { color: rgb(199,72,96); }

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

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

 a { background-color: rgb(199,72,96); }

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

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

 span { border-color: rgb(199,72,96); }

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