#C74785

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

Shades of Mulberry #C74785

Tints of Mulberry #C74785

Color information

#C74785 (or 0xC74785) is unknown color: approx Mulberry. HEX triplet: C7, 47 and 85. RGB value is (199,71,133). Sum of RGB (Red+Green+Blue) = 199+71+133=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C74785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74785 is #38B87A. Grayscale: #747474. Windows color (decimal): -3717243 or 8734663. OLE color: 8734663.

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

Color convert

RGB19971133-
CMYK00.640.330.22
HSL330.94º53.33%52.94%-
HSV(B)330.94º64.32%78.04%-
XYZ30.0418.3424.15-
YUV116.34137.41186.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.38%
GREEN value IS 71 (28.12% from 255) = 17.62%
BLUE value IS 133 (52.34% from 255) = 33.00%
R=49.38%
G=17.62%
B=33.00%

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
Decimal1997113300.640.330.22330.9453.3352.94
HexC74785040211614b3535
Octal307107205010041265136565
Binary110001111000111100001010100000010000110110101001011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74785; }

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

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

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

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

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

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

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

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