#CA5296

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

Shades of Mulberry #CA5296

Tints of Mulberry #CA5296

Color information

#CA5296 (or 0xCA5296) is unknown color: approx Mulberry. HEX triplet: CA, 52 and 96. RGB value is (202,82,150). Sum of RGB (Red+Green+Blue) = 202+82+150=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5296 is #35AD69. Grayscale: #7D7D7D. Windows color (decimal): -3517802 or 9851594. OLE color: 9851594.

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

Color convert

RGB20282150-
CMYK00.590.260.21
HSL326º53.1%55.69%-
HSV(B)326º59.41%79.22%-
XYZ32.8820.7931.13-
YUV125.63141.76182.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=46.54%
G=18.89%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028215000.590.260.2132653.155.69
HexCA529603B1A151463538
Octal31212222607332255066570
Binary1100101010100101001011001110111101010101101000110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5296; }

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

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

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

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

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

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

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

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