#CA509D

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

Shades of Mulberry #CA509D

Tints of Mulberry #CA509D

Color information

#CA509D (or 0xCA509D) is unknown color: approx Mulberry. HEX triplet: CA, 50 and 9D. RGB value is (202,80,157). Sum of RGB (Red+Green+Blue) = 202+80+157=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA509D is #35AF62. Grayscale: #7D7D7D. Windows color (decimal): -3518307 or 10309834. OLE color: 10309834.

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

Color convert

RGB20280157-
CMYK00.600.220.21
HSL322.13º53.51%55.29%-
HSV(B)322.13º60.4%79.22%-
XYZ33.3120.7334.14-
YUV125.26145.92182.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 80 (31.64% from 255) = 18.22%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=46.01%
G=18.22%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028015700.600.220.21322.1353.5155.29
HexCA509D03C16151423637
Octal31212023507426255026667
Binary1100101010100001001110101111001011010101101000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA509D; }

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

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

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

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

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

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

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

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