#C74395

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

Shades of Mulberry #C74395

Tints of Mulberry #C74395

Color information

#C74395 (or 0xC74395) is unknown color: approx Mulberry. HEX triplet: C7, 43 and 95. RGB value is (199,67,149). Sum of RGB (Red+Green+Blue) = 199+67+149=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C74395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74395 is #38BC6A. Grayscale: #737373. Windows color (decimal): -3718251 or 9782215. OLE color: 9782215.

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

Color convert

RGB19967149-
CMYK00.660.250.22
HSL322.73º54.1%52.16%-
HSV(B)322.73º66.33%78.04%-
XYZ30.9918.3330.34-
YUV115.82146.73187.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=47.95%
G=16.14%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996714900.660.250.22322.7354.152.16
HexC7439504219161433634
Octal307103225010231265036664
Binary11000111100001110010101010000101100110110101000011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74395; }

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

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

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

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

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

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

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

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