#C74786

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

Shades of Mulberry #C74786

Tints of Mulberry #C74786

Color information

#C74786 (or 0xC74786) is unknown color: approx Mulberry. HEX triplet: C7, 47 and 86. RGB value is (199,71,134). Sum of RGB (Red+Green+Blue) = 199+71+134=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C74786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74786 is #38B879. Grayscale: #747474. Windows color (decimal): -3717242 or 8800199. OLE color: 8800199.

HSL color Cylindrical-coordinate representation of color #C74786: hue angle of 330.47º 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 #C74786 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB19971134-
CMYK00.640.330.22
HSL330.47º53.33%52.94%-
HSV(B)330.47º64.32%78.04%-
XYZ30.1118.3724.51-
YUV116.45137.91186.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=49.26%
G=17.57%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997113400.640.330.22330.4753.3352.94
HexC74786040211614a3535
Octal307107206010041265126565
Binary110001111000111100001100100000010000110110101001010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74786; }

 p { color: rgb(199,71,134); }

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

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

 a { background-color: rgb(199,71,134); }

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

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

 span { border-color: rgb(199,71,134); }

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