#C74A89

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

Shades of Mulberry #C74A89

Tints of Mulberry #C74A89

Color information

#C74A89 (or 0xC74A89) is unknown color: approx Mulberry. HEX triplet: C7, 4A and 89. RGB value is (199,74,137). Sum of RGB (Red+Green+Blue) = 199+74+137=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A89 is #38B576. Grayscale: #767676. Windows color (decimal): -3716471 or 8997575. OLE color: 8997575.

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

Color convert

RGB19974137-
CMYK00.630.310.22
HSL329.76º52.74%53.53%-
HSV(B)329.76º62.81%78.04%-
XYZ30.5218.8525.7-
YUV118.56138.41185.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.54%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=48.54%
G=18.05%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997413700.630.310.22329.7652.7453.53
HexC74A8903F1F1614a3536
Octal30711221107737265126566
Binary1100011110010101000100101111111111110110101001010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74A89; }

 p { color: rgb(199,74,137); }

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

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

 a { background-color: rgb(199,74,137); }

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

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

 span { border-color: rgb(199,74,137); }

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