#CA558B

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

Shades of Mulberry #CA558B

Tints of Mulberry #CA558B

Color information

#CA558B (or 0xCA558B) is unknown color: approx Mulberry. HEX triplet: CA, 55 and 8B. RGB value is (202,85,139). Sum of RGB (Red+Green+Blue) = 202+85+139=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA558B is #35AA74. Grayscale: #7E7E7E. Windows color (decimal): -3517045 or 9131466. OLE color: 9131466.

HSL color Cylindrical-coordinate representation of color #CA558B: hue angle of 332.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA558B is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB20285139-
CMYK00.580.310.21
HSL332.31º52.47%56.27%-
HSV(B)332.31º57.92%79.22%-
XYZ32.2720.9226.76-
YUV126.14135.26182.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=47.42%
G=19.95%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028513900.580.310.21332.3152.4756.27
HexCA558B03A1F1514c3438
Octal31212521307237255146470
Binary1100101010101011000101101110101111110101101001100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA558B; }

 p { color: rgb(202,85,139); }

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

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

 a { background-color: rgb(202,85,139); }

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

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

 span { border-color: rgb(202,85,139); }

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