#CA58A8

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

Shades of Mulberry #CA58A8

Tints of Mulberry #CA58A8

Color information

#CA58A8 (or 0xCA58A8) is unknown color: approx Mulberry. HEX triplet: CA, 58 and A8. RGB value is (202,88,168). Sum of RGB (Red+Green+Blue) = 202+88+168=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58A8 is #35A757. Grayscale: #828282. Windows color (decimal): -3516248 or 11032778. OLE color: 11032778.

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

Color convert

RGB20288168-
CMYK00.560.170.21
HSL317.89º51.82%56.86%-
HSV(B)317.89º56.44%79.22%-
XYZ34.9122.3639.52-
YUV131.21148.77178.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 88 (34.77% from 255) = 19.21%
BLUE value IS 168 (66.02% from 255) = 36.68%
R=44.10%
G=19.21%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028816800.560.170.21317.8951.8256.86
HexCA58A8038111513e3439
Octal31213025007021254766471
Binary1100101010110001010100001110001000110101100111110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58A8; }

 p { color: rgb(202,88,168); }

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

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

 a { background-color: rgb(202,88,168); }

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

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

 span { border-color: rgb(202,88,168); }

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