#C54186

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

Shades of Mulberry #C54186

Tints of Mulberry #C54186

Color information

#C54186 (or 0xC54186) is unknown color: approx Mulberry. HEX triplet: C5, 41 and 86. RGB value is (197,65,134). Sum of RGB (Red+Green+Blue) = 197+65+134=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C54186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54186 is #3ABE79. Grayscale: #707070. Windows color (decimal): -3849850 or 8798661. OLE color: 8798661.

HSL color Cylindrical-coordinate representation of color #C54186: hue angle of 328.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54186 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB19765134-
CMYK00.670.320.23
HSL328.64º53.23%51.37%-
HSV(B)328.64º67.01%77.25%-
XYZ29.2217.3724.37-
YUV112.33140.23188.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 65 (25.78% from 255) = 16.41%
BLUE value IS 134 (52.73% from 255) = 33.84%
R=49.75%
G=16.41%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976513400.670.320.23328.6453.2351.37
HexC5418604320171493533
Octal305101206010340275116563
Binary110001011000001100001100100001110000010111101001001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54186; }

 p { color: rgb(197,65,134); }

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

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

 a { background-color: rgb(197,65,134); }

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

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

 span { border-color: rgb(197,65,134); }

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