#ca599b

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

Shades of Mulberry #CA599B

Tints of Mulberry #CA599B

Color information

#CA599B (or 0xCA599B) is unknown color: approx Mulberry. HEX triplet: CA, 59 and 9B. RGB value is (202,89,155). Sum of RGB (Red+Green+Blue) = 202+89+155=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA599B is #35A664. Grayscale: #828282. Windows color (decimal): -3516005 or 10181066. OLE color: 10181066.

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

Color convert

RGB20289155-
CMYK00.560.230.21
HSL324.96º51.6%57.06%-
HSV(B)324.96º55.94%79.22%-
XYZ33.8522.0733.49-
YUV130.31141.94179.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 89 (35.16% from 255) = 19.96%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=45.29%
G=19.96%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028915500.560.230.21324.9651.657.06
HexCA599B03817151453439
Octal31213123307027255056471
Binary1100101010110011001101101110001011110101101000101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca599b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca599b; }

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

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

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

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

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

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

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

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