#CA548C

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

Shades of Mulberry #CA548C

Tints of Mulberry #CA548C

Color information

#CA548C (or 0xCA548C) is unknown color: approx Mulberry. HEX triplet: CA, 54 and 8C. RGB value is (202,84,140). Sum of RGB (Red+Green+Blue) = 202+84+140=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA548C is #35AB73. Grayscale: #7D7D7D. Windows color (decimal): -3517300 or 9196746. OLE color: 9196746.

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

Color convert

RGB20284140-
CMYK00.580.310.21
HSL331.53º52.68%56.08%-
HSV(B)331.53º58.42%79.22%-
XYZ32.2620.7927.12-
YUV125.67136.09182.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=47.42%
G=19.72%
B=32.86%

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
Decimal2028414000.580.310.21331.5352.6856.08
HexCA548C03A1F1514c3538
Octal31212421407237255146570
Binary1100101010101001000110001110101111110101101001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA548C; }

 p { color: rgb(202,84,140); }

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

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

 a { background-color: rgb(202,84,140); }

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

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

 span { border-color: rgb(202,84,140); }

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