#CA5284

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

Shades of Mulberry #CA5284

Tints of Mulberry #CA5284

Color information

#CA5284 (or 0xCA5284) is unknown color: approx Mulberry. HEX triplet: CA, 52 and 84. RGB value is (202,82,132). Sum of RGB (Red+Green+Blue) = 202+82+132=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5284 is #35AD7B. Grayscale: #7B7B7B. Windows color (decimal): -3517820 or 8671946. OLE color: 8671946.

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

Color convert

RGB20282132-
CMYK00.590.350.21
HSL335º53.1%55.69%-
HSV(B)335º59.41%79.22%-
XYZ31.5420.2624.08-
YUV123.58132.76183.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 82 (32.42% from 255) = 19.71%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=48.56%
G=19.71%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028213200.590.350.2133553.155.69
HexCA528403B231514f3538
Octal31212220407343255176570
Binary11001010101001010000100011101110001110101101001111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5284; }

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

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

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

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

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

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

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

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