#CA48A5

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

Shades of Mulberry #CA48A5

Tints of Mulberry #CA48A5

Color information

#CA48A5 (or 0xCA48A5) is unknown color: approx Mulberry. HEX triplet: CA, 48 and A5. RGB value is (202,72,165). Sum of RGB (Red+Green+Blue) = 202+72+165=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA48A5 is #35B75A. Grayscale: #797979. Windows color (decimal): -3520347 or 10832074. OLE color: 10832074.

HSL color Cylindrical-coordinate representation of color #CA48A5: hue angle of 317.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA48A5 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20272165-
CMYK00.640.180.21
HSL317.08º55.08%53.73%-
HSV(B)317.08º64.36%79.22%-
XYZ33.4719.9137.68-
YUV121.47152.57185.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 72 (28.52% from 255) = 16.40%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=46.01%
G=16.40%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027216500.640.180.21317.0855.0853.73
HexCA48A5040121513d3736
Octal312110245010022254756766
Binary11001010100100010100101010000001001010101100111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA48A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA48A5; }

 p { color: rgb(202,72,165); }

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

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

 a { background-color: rgb(202,72,165); }

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

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

 span { border-color: rgb(202,72,165); }

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