#C5569F

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

Shades of Mulberry #C5569F

Tints of Mulberry #C5569F

Color information

#C5569F (or 0xC5569F) is unknown color: approx Mulberry. HEX triplet: C5, 56 and 9F. RGB value is (197,86,159). Sum of RGB (Red+Green+Blue) = 197+86+159=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5569F is #3AA960. Grayscale: #7F7F7F. Windows color (decimal): -3844449 or 10442437. OLE color: 10442437.

HSL color Cylindrical-coordinate representation of color #C5569F: hue angle of 320.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5569F is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB19786159-
CMYK00.560.190.23
HSL320.54º48.9%55.49%-
HSV(B)320.54º56.35%77.25%-
XYZ32.6121.0335.14-
YUV127.51145.77177.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.57%
GREEN value IS 86 (33.98% from 255) = 19.46%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=44.57%
G=19.46%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978615900.560.190.23320.5448.955.49
HexC5569F03813171413137
Octal30512623707023275016167
Binary1100010110101101001111101110001001110111101000001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5569F; }

 p { color: rgb(197,86,159); }

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

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

 a { background-color: rgb(197,86,159); }

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

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

 span { border-color: rgb(197,86,159); }

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