#CA5697

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

Shades of Mulberry #CA5697

Tints of Mulberry #CA5697

Color information

#CA5697 (or 0xCA5697) is unknown color: approx Mulberry. HEX triplet: CA, 56 and 97. RGB value is (202,86,151). Sum of RGB (Red+Green+Blue) = 202+86+151=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5697 is #35A968. Grayscale: #7F7F7F. Windows color (decimal): -3516777 or 9918154. OLE color: 9918154.

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

Color convert

RGB20286151-
CMYK00.570.250.21
HSL326.38º52.25%56.47%-
HSV(B)326.38º57.43%79.22%-
XYZ33.2721.4531.66-
YUV128.09140.93180.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 86 (33.98% from 255) = 19.59%
BLUE value IS 151 (59.38% from 255) = 34.40%
R=46.01%
G=19.59%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028615100.570.250.21326.3852.2556.47
HexCA569703919151463438
Octal31212622707131255066470
Binary1100101010101101001011101110011100110101101000110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5697; }

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

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

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

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

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

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

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

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