#CA598E

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

Shades of Mulberry #CA598E

Tints of Mulberry #CA598E

Color information

#CA598E (or 0xCA598E) is unknown color: approx Mulberry. HEX triplet: CA, 59 and 8E. RGB value is (202,89,142). Sum of RGB (Red+Green+Blue) = 202+89+142=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA598E is #35A671. Grayscale: #808080. Windows color (decimal): -3516018 or 9329098. OLE color: 9329098.

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

Color convert

RGB20289142-
CMYK00.560.300.21
HSL331.86º51.6%57.06%-
HSV(B)331.86º55.94%79.22%-
XYZ32.8121.6528.04-
YUV128.83135.44180.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=46.65%
G=20.55%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028914200.560.300.21331.8651.657.06
HexCA598E0381E1514c3439
Octal31213121607036255146471
Binary1100101010110011000111001110001111010101101001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA598E; }

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

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

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

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

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

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

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

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