#CA5182

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

Shades of Mulberry #CA5182

Tints of Mulberry #CA5182

Color information

#CA5182 (or 0xCA5182) is unknown color: approx Mulberry. HEX triplet: CA, 51 and 82. RGB value is (202,81,130). Sum of RGB (Red+Green+Blue) = 202+81+130=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5182 is #35AE7D. Grayscale: #7A7A7A. Windows color (decimal): -3518078 or 8540618. OLE color: 8540618.

HSL color Cylindrical-coordinate representation of color #CA5182: hue angle of 335.7º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5182 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20281130-
CMYK00.600.360.21
HSL335.7º53.3%55.49%-
HSV(B)335.7º59.9%79.22%-
XYZ31.3320.0523.34-
YUV122.76132.09184.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=48.91%
G=19.61%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028113000.600.360.21335.753.355.49
HexCA518203C24151503537
Octal31212120207444255206567
Binary11001010101000110000010011110010010010101101010000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5182; }

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

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

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

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

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

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

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

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