#CA599D

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

Shades of Mulberry #CA599D

Tints of Mulberry #CA599D

Color information

#CA599D (or 0xCA599D) is unknown color: approx Mulberry. HEX triplet: CA, 59 and 9D. RGB value is (202,89,157). Sum of RGB (Red+Green+Blue) = 202+89+157=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA599D is #35A662. Grayscale: #828282. Windows color (decimal): -3516003 or 10312138. OLE color: 10312138.

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

Color convert

RGB20289157-
CMYK00.560.220.21
HSL323.89º51.6%57.06%-
HSV(B)323.89º55.94%79.22%-
XYZ34.0222.1434.38-
YUV130.54142.94178.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=45.09%
G=19.87%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028915700.560.220.21323.8951.657.06
HexCA599D03816151443439
Octal31213123507026255046471
Binary1100101010110011001110101110001011010101101000100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA599D; }

 p { color: rgb(202,89,157); }

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

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

 a { background-color: rgb(202,89,157); }

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

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

 span { border-color: rgb(202,89,157); }

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