#CA50A2

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

Shades of Mulberry #CA50A2

Tints of Mulberry #CA50A2

Color information

#CA50A2 (or 0xCA50A2) is unknown color: approx Mulberry. HEX triplet: CA, 50 and A2. RGB value is (202,80,162). Sum of RGB (Red+Green+Blue) = 202+80+162=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA50A2 is #35AF5D. Grayscale: #7D7D7D. Windows color (decimal): -3518302 or 10637514. OLE color: 10637514.

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

Color convert

RGB20280162-
CMYK00.600.200.21
HSL319.67º53.51%55.29%-
HSV(B)319.67º60.4%79.22%-
XYZ33.7520.936.44-
YUV125.83148.42182.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 80 (31.64% from 255) = 18.02%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=45.50%
G=18.02%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028016200.600.200.21319.6753.5155.29
HexCA50A203C14151403637
Octal31212024207424255006667
Binary1100101010100001010001001111001010010101101000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA50A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA50A2; }

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

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

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

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

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

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

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

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