#C74792

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

Shades of Mulberry #C74792

Tints of Mulberry #C74792

Color information

#C74792 (or 0xC74792) is unknown color: approx Mulberry. HEX triplet: C7, 47 and 92. RGB value is (199,71,146). Sum of RGB (Red+Green+Blue) = 199+71+146=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C74792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74792 is #38B86D. Grayscale: #757575. Windows color (decimal): -3717230 or 9586631. OLE color: 9586631.

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

Color convert

RGB19971146-
CMYK00.640.270.22
HSL324.84º53.33%52.94%-
HSV(B)324.84º64.32%78.04%-
XYZ30.9918.7229.17-
YUV117.82143.91185.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 71 (28.12% from 255) = 17.07%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=47.84%
G=17.07%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997114600.640.270.22324.8453.3352.94
HexC747920401B161453535
Octal307107222010033265056565
Binary11000111100011110010010010000001101110110101000101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74792; }

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

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

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

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

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

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

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

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