#CA58A6

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

Shades of Mulberry #CA58A6

Tints of Mulberry #CA58A6

Color information

#CA58A6 (or 0xCA58A6) is unknown color: approx Mulberry. HEX triplet: CA, 58 and A6. RGB value is (202,88,166). Sum of RGB (Red+Green+Blue) = 202+88+166=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58A6 is #35A759. Grayscale: #828282. Windows color (decimal): -3516250 or 10901706. OLE color: 10901706.

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

Color convert

RGB20288166-
CMYK00.560.180.21
HSL318.95º51.82%56.86%-
HSV(B)318.95º56.44%79.22%-
XYZ34.7322.2938.55-
YUV130.98147.77178.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 88 (34.77% from 255) = 19.30%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=44.30%
G=19.30%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028816600.560.180.21318.9551.8256.86
HexCA58A6038121513f3439
Octal31213024607022254776471
Binary1100101010110001010011001110001001010101100111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58A6; }

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

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

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

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

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

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

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

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