#C54484

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

Shades of Mulberry #C54484

Tints of Mulberry #C54484

Color information

#C54484 (or 0xC54484) is unknown color: approx Mulberry. HEX triplet: C5, 44 and 84. RGB value is (197,68,132). Sum of RGB (Red+Green+Blue) = 197+68+132=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C54484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54484 is #3ABB7B. Grayscale: #717171. Windows color (decimal): -3849084 or 8668357. OLE color: 8668357.

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

Color convert

RGB19768132-
CMYK00.650.330.23
HSL330.23º52.65%51.96%-
HSV(B)330.23º65.48%77.25%-
XYZ29.2617.6723.7-
YUV113.87138.24187.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=49.62%
G=17.13%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976813200.650.330.23330.2352.6551.96
HexC54484041211714a3534
Octal305104204010141275126564
Binary110001011000100100001000100000110000110111101001010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54484; }

 p { color: rgb(197,68,132); }

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

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

 a { background-color: rgb(197,68,132); }

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

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

 span { border-color: rgb(197,68,132); }

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