#C74295

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

Shades of Mulberry #C74295

Tints of Mulberry #C74295

Color information

#C74295 (or 0xC74295) is unknown color: approx Mulberry. HEX triplet: C7, 42 and 95. RGB value is (199,66,149). Sum of RGB (Red+Green+Blue) = 199+66+149=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C74295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74295 is #38BD6A. Grayscale: #737373. Windows color (decimal): -3718507 or 9781959. OLE color: 9781959.

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

Color convert

RGB19966149-
CMYK00.670.250.22
HSL322.56º54.29%51.96%-
HSV(B)322.56º66.83%78.04%-
XYZ30.9318.2130.32-
YUV115.23147.06187.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 66 (26.17% from 255) = 15.94%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=48.07%
G=15.94%
B=35.99%

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
Decimal1996614900.670.250.22322.5654.2951.96
HexC7429504319161433634
Octal307102225010331265036664
Binary11000111100001010010101010000111100110110101000011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74295; }

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

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

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

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

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

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

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

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