#CA5180

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

Shades of Mulberry #CA5180

Tints of Mulberry #CA5180

Color information

#CA5180 (or 0xCA5180) is unknown color: approx Mulberry. HEX triplet: CA, 51 and 80. RGB value is (202,81,128). Sum of RGB (Red+Green+Blue) = 202+81+128=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5180 is #35AE7F. Grayscale: #7A7A7A. Windows color (decimal): -3518080 or 8409546. OLE color: 8409546.

HSL color Cylindrical-coordinate representation of color #CA5180: hue angle of 336.69º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5180 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20281128-
CMYK00.600.370.21
HSL336.69º53.3%55.49%-
HSV(B)336.69º59.9%79.22%-
XYZ31.22022.64-
YUV122.54131.09184.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=49.15%
G=19.71%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028112800.600.370.21336.6953.355.49
HexCA518003C25151513537
Octal31212120007445255216567
Binary11001010101000110000000011110010010110101101010001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5180; }

 p { color: rgb(202,81,128); }

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

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

 a { background-color: rgb(202,81,128); }

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

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

 span { border-color: rgb(202,81,128); }

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