#CA4480

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

Shades of Mulberry #CA4480

Tints of Mulberry #CA4480

Color information

#CA4480 (or 0xCA4480) is unknown color: approx Mulberry. HEX triplet: CA, 44 and 80. RGB value is (202,68,128). Sum of RGB (Red+Green+Blue) = 202+68+128=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4480 is #35BB7F. Grayscale: #727272. Windows color (decimal): -3521408 or 8406218. OLE color: 8406218.

HSL color Cylindrical-coordinate representation of color #CA4480: hue angle of 333.13º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4480 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20268128-
CMYK00.660.370.21
HSL333.13º55.83%52.94%-
HSV(B)333.13º66.34%79.22%-
XYZ30.3218.2522.35-
YUV114.91135.39190.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 68 (26.95% from 255) = 17.09%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=50.75%
G=17.09%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026812800.660.370.21333.1355.8352.94
HexCA4480042251514d3835
Octal312104200010245255157065
Binary110010101000100100000000100001010010110101101001101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4480; }

 p { color: rgb(202,68,128); }

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

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

 a { background-color: rgb(202,68,128); }

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

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

 span { border-color: rgb(202,68,128); }

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