#CA508E

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

Shades of Mulberry #CA508E

Tints of Mulberry #CA508E

Color information

#CA508E (or 0xCA508E) is unknown color: approx Mulberry. HEX triplet: CA, 50 and 8E. RGB value is (202,80,142). Sum of RGB (Red+Green+Blue) = 202+80+142=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA508E is #35AF71. Grayscale: #7B7B7B. Windows color (decimal): -3518322 or 9326794. OLE color: 9326794.

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

Color convert

RGB20280142-
CMYK00.600.300.21
HSL329.51º53.51%55.29%-
HSV(B)329.51º60.4%79.22%-
XYZ32.1120.2527.81-
YUV123.55138.42183.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=47.64%
G=18.87%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028014200.600.300.21329.5153.5155.29
HexCA508E03C1E1514a3637
Octal31212021607436255126667
Binary1100101010100001000111001111001111010101101001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA508E; }

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

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

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

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

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

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

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

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