#CA4982

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

Shades of Mulberry #CA4982

Tints of Mulberry #CA4982

Color information

#CA4982 (or 0xCA4982) is unknown color: approx Mulberry. HEX triplet: CA, 49 and 82. RGB value is (202,73,130). Sum of RGB (Red+Green+Blue) = 202+73+130=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4982 is #35B67D. Grayscale: #757575. Windows color (decimal): -3520126 or 8538570. OLE color: 8538570.

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

Color convert

RGB20273130-
CMYK00.640.360.21
HSL333.49º54.89%53.92%-
HSV(B)333.49º63.86%79.22%-
XYZ30.7718.9323.15-
YUV118.07134.74187.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=49.88%
G=18.02%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027313000.640.360.21333.4954.8953.92
HexCA4982040241514d3736
Octal312111202010044255156766
Binary110010101001001100000100100000010010010101101001101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4982; }

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

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

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

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

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

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

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

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