#CA518F

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

Shades of Mulberry #CA518F

Tints of Mulberry #CA518F

Color information

#CA518F (or 0xCA518F) is unknown color: approx Mulberry. HEX triplet: CA, 51 and 8F. RGB value is (202,81,143). Sum of RGB (Red+Green+Blue) = 202+81+143=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA518F is #35AE70. Grayscale: #7C7C7C. Windows color (decimal): -3518065 or 9392586. OLE color: 9392586.

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

Color convert

RGB20281143-
CMYK00.600.290.21
HSL329.26º53.3%55.49%-
HSV(B)329.26º59.9%79.22%-
XYZ32.2620.4228.23-
YUV124.25138.59183.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 81 (32.03% from 255) = 19.01%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=47.42%
G=19.01%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028114300.600.290.21329.2653.355.49
HexCA518F03C1D151493537
Octal31212121707435255116567
Binary1100101010100011000111101111001110110101101001001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA518F; }

 p { color: rgb(202,81,143); }

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

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

 a { background-color: rgb(202,81,143); }

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

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

 span { border-color: rgb(202,81,143); }

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