#CA4580

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

Shades of Mulberry #CA4580

Tints of Mulberry #CA4580

Color information

#CA4580 (or 0xCA4580) is unknown color: approx Mulberry. HEX triplet: CA, 45 and 80. RGB value is (202,69,128). Sum of RGB (Red+Green+Blue) = 202+69+128=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4580 is #35BA7F. Grayscale: #737373. Windows color (decimal): -3521152 or 8406474. OLE color: 8406474.

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

Color convert

RGB20269128-
CMYK00.660.370.21
HSL333.38º55.65%53.14%-
HSV(B)333.38º65.84%79.22%-
XYZ30.3818.3722.37-
YUV115.49135.06189.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=50.63%
G=17.29%
B=32.08%

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
Decimal2026912800.660.370.21333.3855.6553.14
HexCA4580042251514d3835
Octal312105200010245255157065
Binary110010101000101100000000100001010010110101101001101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4580; }

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

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

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

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

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

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

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

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