#C5489F

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

Shades of Mulberry #C5489F

Tints of Mulberry #C5489F

Color information

#C5489F (or 0xC5489F) is unknown color: approx Mulberry. HEX triplet: C5, 48 and 9F. RGB value is (197,72,159). Sum of RGB (Red+Green+Blue) = 197+72+159=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5489F is #3AB760. Grayscale: #777777. Windows color (decimal): -3848033 or 10438853. OLE color: 10438853.

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

Color convert

RGB19772159-
CMYK00.630.190.23
HSL318.24º51.87%52.75%-
HSV(B)318.24º63.45%77.25%-
XYZ31.619.0134.8-
YUV119.29150.41183.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 72 (28.52% from 255) = 16.82%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=46.03%
G=16.82%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977215900.630.190.23318.2451.8752.75
HexC5489F03F131713e3435
Octal30511023707723274766465
Binary1100010110010001001111101111111001110111100111110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5489F; }

 p { color: rgb(197,72,159); }

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

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

 a { background-color: rgb(197,72,159); }

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

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

 span { border-color: rgb(197,72,159); }

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