#C74296

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

Shades of Mulberry #C74296

Tints of Mulberry #C74296

Color information

#C74296 (or 0xC74296) is unknown color: approx Mulberry. HEX triplet: C7, 42 and 96. RGB value is (199,66,150). Sum of RGB (Red+Green+Blue) = 199+66+150=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C74296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74296 is #38BD69. Grayscale: #737373. Windows color (decimal): -3718506 or 9847495. OLE color: 9847495.

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

Color convert

RGB19966150-
CMYK00.670.250.22
HSL322.11º54.29%51.96%-
HSV(B)322.11º66.83%78.04%-
XYZ31.0118.2430.74-
YUV115.34147.56187.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 66 (26.17% from 255) = 15.90%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=47.95%
G=15.90%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996615000.670.250.22322.1154.2951.96
HexC7429604319161423634
Octal307102226010331265026664
Binary11000111100001010010110010000111100110110101000010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74296; }

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

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

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

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

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

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

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

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