#C54798

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

Shades of Mulberry #C54798

Tints of Mulberry #C54798

Color information

#C54798 (or 0xC54798) is unknown color: approx Mulberry. HEX triplet: C5, 47 and 98. RGB value is (197,71,152). Sum of RGB (Red+Green+Blue) = 197+71+152=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C54798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54798 is #3AB867. Grayscale: #757575. Windows color (decimal): -3848296 or 9979845. OLE color: 9979845.

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

Color convert

RGB19771152-
CMYK00.640.230.23
HSL321.43º52.07%52.55%-
HSV(B)321.43º63.96%77.25%-
XYZ30.9518.6431.67-
YUV117.91147.24184.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 71 (28.12% from 255) = 16.90%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=46.90%
G=16.90%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977115200.640.230.23321.4352.0752.55
HexC5479804017171413435
Octal305107230010027275016465
Binary11000101100011110011000010000001011110111101000001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54798; }

 p { color: rgb(197,71,152); }

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

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

 a { background-color: rgb(197,71,152); }

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

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

 span { border-color: rgb(197,71,152); }

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