#CA548D

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

Shades of Mulberry #CA548D

Tints of Mulberry #CA548D

Color information

#CA548D (or 0xCA548D) is unknown color: approx Mulberry. HEX triplet: CA, 54 and 8D. RGB value is (202,84,141). Sum of RGB (Red+Green+Blue) = 202+84+141=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA548D is #35AB72. Grayscale: #7D7D7D. Windows color (decimal): -3517299 or 9262282. OLE color: 9262282.

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

Color convert

RGB20284141-
CMYK00.580.300.21
HSL331.02º52.68%56.08%-
HSV(B)331.02º58.42%79.22%-
XYZ32.3420.8227.51-
YUV125.78136.59182.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=47.31%
G=19.67%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028414100.580.300.21331.0252.6856.08
HexCA548D03A1E1514b3538
Octal31212421507236255136570
Binary1100101010101001000110101110101111010101101001011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA548D; }

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

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

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

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

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

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

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

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