#C74896

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

Shades of Mulberry #C74896

Tints of Mulberry #C74896

Color information

#C74896 (or 0xC74896) is unknown color: approx Mulberry. HEX triplet: C7, 48 and 96. RGB value is (199,72,150). Sum of RGB (Red+Green+Blue) = 199+72+150=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C74896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74896 is #38B769. Grayscale: #767676. Windows color (decimal): -3716970 or 9849031. OLE color: 9849031.

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

Color convert

RGB19972150-
CMYK00.640.250.22
HSL323.15º53.14%53.14%-
HSV(B)323.15º63.82%78.04%-
XYZ31.3818.9830.86-
YUV118.86145.58185.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 72 (28.52% from 255) = 17.10%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=47.27%
G=17.10%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997215000.640.250.22323.1553.1453.14
HexC7489604019161433535
Octal307110226010031265036565
Binary11000111100100010010110010000001100110110101000011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74896; }

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

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

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

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

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

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

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

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