#CA569E

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

Shades of Mulberry #CA569E

Tints of Mulberry #CA569E

Color information

#CA569E (or 0xCA569E) is unknown color: approx Mulberry. HEX triplet: CA, 56 and 9E. RGB value is (202,86,158). Sum of RGB (Red+Green+Blue) = 202+86+158=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA569E is #35A961. Grayscale: #808080. Windows color (decimal): -3516770 or 10376906. OLE color: 10376906.

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

Color convert

RGB20286158-
CMYK00.570.220.21
HSL322.76º52.25%56.47%-
HSV(B)322.76º57.43%79.22%-
XYZ33.8621.6834.75-
YUV128.89144.43180.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 86 (33.98% from 255) = 19.28%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=45.29%
G=19.28%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028615800.570.220.21322.7652.2556.47
HexCA569E03916151433438
Octal31212623607126255036470
Binary1100101010101101001111001110011011010101101000011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA569E; }

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

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

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

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

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

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

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

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