#C74A86

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

Shades of Mulberry #C74A86

Tints of Mulberry #C74A86

Color information

#C74A86 (or 0xC74A86) is unknown color: approx Mulberry. HEX triplet: C7, 4A and 86. RGB value is (199,74,134). Sum of RGB (Red+Green+Blue) = 199+74+134=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A86 is #38B579. Grayscale: #767676. Windows color (decimal): -3716474 or 8800967. OLE color: 8800967.

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

Color convert

RGB19974134-
CMYK00.630.330.22
HSL331.2º52.74%53.53%-
HSV(B)331.2º62.81%78.04%-
XYZ30.3118.7624.58-
YUV118.21136.91185.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=48.89%
G=18.18%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997413400.630.330.22331.252.7453.53
HexC74A8603F211614b3536
Octal30711220607741265136566
Binary11000111100101010000110011111110000110110101001011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74A86; }

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

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

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

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

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

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

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

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