#CA4482

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

Shades of Mulberry #CA4482

Tints of Mulberry #CA4482

Color information

#CA4482 (or 0xCA4482) is unknown color: approx Mulberry. HEX triplet: CA, 44 and 82. RGB value is (202,68,130). Sum of RGB (Red+Green+Blue) = 202+68+130=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4482 is #35BB7D. Grayscale: #737373. Windows color (decimal): -3521406 or 8537290. OLE color: 8537290.

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

Color convert

RGB20268130-
CMYK00.660.360.21
HSL332.24º55.83%52.94%-
HSV(B)332.24º66.34%79.22%-
XYZ30.4518.323.05-
YUV115.13136.39189.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 68 (26.95% from 255) = 17%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=50.5%
G=17%
B=32.5%

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
Decimal2026813000.660.360.21332.2455.8352.94
HexCA4482042241514c3835
Octal312104202010244255147065
Binary110010101000100100000100100001010010010101101001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4482; }

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

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

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

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

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

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

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

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