#CA5592

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

Shades of Mulberry #CA5592

Tints of Mulberry #CA5592

Color information

#CA5592 (or 0xCA5592) is unknown color: approx Mulberry. HEX triplet: CA, 55 and 92. RGB value is (202,85,146). Sum of RGB (Red+Green+Blue) = 202+85+146=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5592 is #35AA6D. Grayscale: #7E7E7E. Windows color (decimal): -3517038 or 9590218. OLE color: 9590218.

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

Color convert

RGB20285146-
CMYK00.580.280.21
HSL328.72º52.47%56.27%-
HSV(B)328.72º57.92%79.22%-
XYZ32.7921.1329.54-
YUV126.94138.76181.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=46.65%
G=19.63%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028514600.580.280.21328.7252.4756.27
HexCA559203A1C151493438
Octal31212522207234255116470
Binary1100101010101011001001001110101110010101101001001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5592; }

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

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

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

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

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

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

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

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