#CA5682

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

Shades of Mulberry #CA5682

Tints of Mulberry #CA5682

Color information

#CA5682 (or 0xCA5682) is unknown color: approx Mulberry. HEX triplet: CA, 56 and 82. RGB value is (202,86,130). Sum of RGB (Red+Green+Blue) = 202+86+130=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5682 is #35A97D. Grayscale: #7D7D7D. Windows color (decimal): -3516798 or 8541898. OLE color: 8541898.

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

Color convert

RGB20286130-
CMYK00.570.360.21
HSL337.24º52.25%56.47%-
HSV(B)337.24º57.43%79.22%-
XYZ31.7120.8223.47-
YUV125.7130.43182.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=48.33%
G=20.57%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028613000.570.360.21337.2452.2556.47
HexCA568203924151513438
Octal31212620207144255216470
Binary11001010101011010000010011100110010010101101010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5682; }

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

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

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

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

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

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

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

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