#CA5581

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

Shades of Mulberry #CA5581

Tints of Mulberry #CA5581

Color information

#CA5581 (or 0xCA5581) is unknown color: approx Mulberry. HEX triplet: CA, 55 and 81. RGB value is (202,85,129). Sum of RGB (Red+Green+Blue) = 202+85+129=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5581 is #35AA7E. Grayscale: #7C7C7C. Windows color (decimal): -3517055 or 8476106. OLE color: 8476106.

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

Color convert

RGB20285129-
CMYK00.580.360.21
HSL337.44º52.47%56.27%-
HSV(B)337.44º57.92%79.22%-
XYZ31.5720.6423.09-
YUV125130.26182.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=48.56%
G=20.43%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028512900.580.360.21337.4452.4756.27
HexCA558103A24151513438
Octal31212520107244255216470
Binary11001010101010110000001011101010010010101101010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5581; }

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

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

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

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

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

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

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

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