#CA5093

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

Shades of Mulberry #CA5093

Tints of Mulberry #CA5093

Color information

#CA5093 (or 0xCA5093) is unknown color: approx Mulberry. HEX triplet: CA, 50 and 93. RGB value is (202,80,147). Sum of RGB (Red+Green+Blue) = 202+80+147=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5093 is #35AF6C. Grayscale: #7B7B7B. Windows color (decimal): -3518317 or 9654474. OLE color: 9654474.

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

Color convert

RGB20280147-
CMYK00.600.270.21
HSL327.05º53.51%55.29%-
HSV(B)327.05º60.4%79.22%-
XYZ32.4920.429.83-
YUV124.12140.92183.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=47.09%
G=18.65%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028014700.600.270.21327.0553.5155.29
HexCA509303C1B151473637
Octal31212022307433255076667
Binary1100101010100001001001101111001101110101101000111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5093; }

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

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

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

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

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

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

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

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