#CA569A

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

Shades of Mulberry #CA569A

Tints of Mulberry #CA569A

Color information

#CA569A (or 0xCA569A) is unknown color: approx Mulberry. HEX triplet: CA, 56 and 9A. RGB value is (202,86,154). Sum of RGB (Red+Green+Blue) = 202+86+154=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA569A is #35A965. Grayscale: #808080. Windows color (decimal): -3516774 or 10114762. OLE color: 10114762.

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

Color convert

RGB20286154-
CMYK00.570.240.21
HSL324.83º52.25%56.47%-
HSV(B)324.83º57.43%79.22%-
XYZ33.5221.5532.96-
YUV128.44142.43180.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 86 (33.98% from 255) = 19.46%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=45.70%
G=19.46%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028615400.570.240.21324.8352.2556.47
HexCA569A03918151453438
Octal31212623207130255056470
Binary1100101010101101001101001110011100010101101000101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA569A; }

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

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

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

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

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

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

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

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