#c54690

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

Shades of Mulberry #C54690

Tints of Mulberry #C54690

Color information

#C54690 (or 0xC54690) is unknown color: approx Mulberry. HEX triplet: C5, 46 and 90. RGB value is (197,70,144). Sum of RGB (Red+Green+Blue) = 197+70+144=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C54690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54690 is #3AB96F. Grayscale: #747474. Windows color (decimal): -3848560 or 9455301. OLE color: 9455301.

HSL color Cylindrical-coordinate representation of color #C54690: hue angle of 325.04º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54690 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB19770144-
CMYK00.640.270.23
HSL325.04º52.26%52.35%-
HSV(B)325.04º64.47%77.25%-
XYZ30.2518.2628.32-
YUV116.41143.58185.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 70 (27.73% from 255) = 17.03%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=47.93%
G=17.03%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977014400.640.270.23325.0452.2652.35
HexC546900401B171453434
Octal305106220010033275056464
Binary11000101100011010010000010000001101110111101000101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c54690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c54690; }

 p { color: rgb(197,70,144); }

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

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

 a { background-color: rgb(197,70,144); }

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

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

 span { border-color: rgb(197,70,144); }

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