#C54284

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

Shades of Mulberry #C54284

Tints of Mulberry #C54284

Color information

#C54284 (or 0xC54284) is unknown color: approx Mulberry. HEX triplet: C5, 42 and 84. RGB value is (197,66,132). Sum of RGB (Red+Green+Blue) = 197+66+132=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C54284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54284 is #3ABD7B. Grayscale: #707070. Windows color (decimal): -3849596 or 8667845. OLE color: 8667845.

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

Color convert

RGB19766132-
CMYK00.660.330.23
HSL329.77º53.04%51.57%-
HSV(B)329.77º66.5%77.25%-
XYZ29.1417.4323.66-
YUV112.69138.9188.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=49.87%
G=16.71%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976613200.660.330.23329.7753.0451.57
HexC54284042211714a3534
Octal305102204010241275126564
Binary110001011000010100001000100001010000110111101001010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54284; }

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

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

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

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

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

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

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

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