#C74185

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

Shades of Mulberry #C74185

Tints of Mulberry #C74185

Color information

#C74185 (or 0xC74185) is unknown color: approx Mulberry. HEX triplet: C7, 41 and 85. RGB value is (199,65,133). Sum of RGB (Red+Green+Blue) = 199+65+133=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C74185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74185 is #38BE7A. Grayscale: #707070. Windows color (decimal): -3718779 or 8733127. OLE color: 8733127.

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

Color convert

RGB19965133-
CMYK00.670.330.22
HSL329.55º54.47%51.76%-
HSV(B)329.55º67.34%78.04%-
XYZ29.6817.6224.03-
YUV112.82139.39189.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.13%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=50.13%
G=16.37%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996513300.670.330.22329.5554.4751.76
HexC74185043211614a3634
Octal307101205010341265126664
Binary110001111000001100001010100001110000110110101001010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74185; }

 p { color: rgb(199,65,133); }

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

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

 a { background-color: rgb(199,65,133); }

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

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

 span { border-color: rgb(199,65,133); }

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