#CA5798

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

Shades of Mulberry #CA5798

Tints of Mulberry #CA5798

Color information

#CA5798 (or 0xCA5798) is unknown color: approx Mulberry. HEX triplet: CA, 57 and 98. RGB value is (202,87,152). Sum of RGB (Red+Green+Blue) = 202+87+152=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5798 is #35A867. Grayscale: #808080. Windows color (decimal): -3516520 or 9983946. OLE color: 9983946.

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

Color convert

RGB20287152-
CMYK00.570.250.21
HSL326.09º52.04%56.67%-
HSV(B)326.09º56.93%79.22%-
XYZ33.4321.6432.12-
YUV128.79141.1180.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 87 (34.38% from 255) = 19.73%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=45.80%
G=19.73%
B=34.47%

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
Decimal2028715200.570.250.21326.0952.0456.67
HexCA579803919151463439
Octal31212723007131255066471
Binary1100101010101111001100001110011100110101101000110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5798; }

 p { color: rgb(202,87,152); }

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

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

 a { background-color: rgb(202,87,152); }

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

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

 span { border-color: rgb(202,87,152); }

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