#C554A0

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

Shades of Mulberry #C554A0

Tints of Mulberry #C554A0

Color information

#C554A0 (or 0xC554A0) is unknown color: approx Mulberry. HEX triplet: C5, 54 and A0. RGB value is (197,84,160). Sum of RGB (Red+Green+Blue) = 197+84+160=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C554A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C554A0 is #3AAB5F. Grayscale: #7E7E7E. Windows color (decimal): -3844960 or 10507461. OLE color: 10507461.

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

Color convert

RGB19784160-
CMYK00.570.190.23
HSL319.65º49.34%55.1%-
HSV(B)319.65º57.36%77.25%-
XYZ32.5420.7535.55-
YUV126.45146.94178.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 160 (62.89% from 255) = 36.28%
R=44.67%
G=19.05%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978416000.570.190.23319.6549.3455.1
HexC554A003913171403137
Octal30512424007123275006167
Binary1100010110101001010000001110011001110111101000000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C554A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C554A0; }

 p { color: rgb(197,84,160); }

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

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

 a { background-color: rgb(197,84,160); }

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

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

 span { border-color: rgb(197,84,160); }

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