#CA4582

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

Shades of Mulberry #CA4582

Tints of Mulberry #CA4582

Color information

#CA4582 (or 0xCA4582) is unknown color: approx Mulberry. HEX triplet: CA, 45 and 82. RGB value is (202,69,130). Sum of RGB (Red+Green+Blue) = 202+69+130=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4582 is #35BA7D. Grayscale: #737373. Windows color (decimal): -3521150 or 8537546. OLE color: 8537546.

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

Color convert

RGB20269130-
CMYK00.660.360.21
HSL332.48º55.65%53.14%-
HSV(B)332.48º65.84%79.22%-
XYZ30.5118.4223.07-
YUV115.72136.06189.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 130 (51.17% from 255) = 32.42%
R=50.37%
G=17.21%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026913000.660.360.21332.4855.6553.14
HexCA4582042241514c3835
Octal312105202010244255147065
Binary110010101000101100000100100001010010010101101001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4582; }

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

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

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

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

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

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

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

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