#CA5282

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

Shades of Mulberry #CA5282

Tints of Mulberry #CA5282

Color information

#CA5282 (or 0xCA5282) is unknown color: approx Mulberry. HEX triplet: CA, 52 and 82. RGB value is (202,82,130). Sum of RGB (Red+Green+Blue) = 202+82+130=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5282 is #35AD7D. Grayscale: #7B7B7B. Windows color (decimal): -3517822 or 8540874. OLE color: 8540874.

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

Color convert

RGB20282130-
CMYK00.590.360.21
HSL336º53.1%55.69%-
HSV(B)336º59.41%79.22%-
XYZ31.420.223.36-
YUV123.35131.76184.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 130 (51.17% from 255) = 31.40%
R=48.79%
G=19.81%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028213000.590.360.2133653.155.69
HexCA528203B24151503538
Octal31212220207344255206570
Binary11001010101001010000010011101110010010101101010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5282; }

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

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

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

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

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

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

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

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