#CA5080

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

Shades of Mulberry #CA5080

Tints of Mulberry #CA5080

Color information

#CA5080 (or 0xCA5080) is unknown color: approx Mulberry. HEX triplet: CA, 50 and 80. RGB value is (202,80,128). Sum of RGB (Red+Green+Blue) = 202+80+128=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5080 is #35AF7F. Grayscale: #797979. Windows color (decimal): -3518336 or 8409290. OLE color: 8409290.

HSL color Cylindrical-coordinate representation of color #CA5080: hue angle of 336.39º degrees, saturation: 0.54, 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 #CA5080 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20280128-
CMYK00.600.370.21
HSL336.39º53.51%55.29%-
HSV(B)336.39º60.4%79.22%-
XYZ31.1219.8522.61-
YUV121.95131.42185.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=49.27%
G=19.51%
B=31.22%

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
Decimal2028012800.600.370.21336.3953.5155.29
HexCA508003C25151503637
Octal31212020007445255206667
Binary11001010101000010000000011110010010110101101010000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5080; }

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

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

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

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

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

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

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

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