#CA5280

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

Shades of Mulberry #CA5280

Tints of Mulberry #CA5280

Color information

#CA5280 (or 0xCA5280) is unknown color: approx Mulberry. HEX triplet: CA, 52 and 80. RGB value is (202,82,128). Sum of RGB (Red+Green+Blue) = 202+82+128=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5280 is #35AD7F. Grayscale: #7B7B7B. Windows color (decimal): -3517824 or 8409802. OLE color: 8409802.

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

Color convert

RGB20282128-
CMYK00.590.370.21
HSL337º53.1%55.69%-
HSV(B)337º59.41%79.22%-
XYZ31.2720.1522.66-
YUV123.12130.76184.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=49.03%
G=19.90%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028212800.590.370.2133753.155.69
HexCA528003B25151513538
Octal31212220007345255216570
Binary11001010101001010000000011101110010110101101010001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5280; }

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

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

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

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

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

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

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

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