#C5569B

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

Shades of Mulberry #C5569B

Tints of Mulberry #C5569B

Color information

#C5569B (or 0xC5569B) is unknown color: approx Mulberry. HEX triplet: C5, 56 and 9B. RGB value is (197,86,155). Sum of RGB (Red+Green+Blue) = 197+86+155=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5569B is #3AA964. Grayscale: #7E7E7E. Windows color (decimal): -3844453 or 10180293. OLE color: 10180293.

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

Color convert

RGB19786155-
CMYK00.560.210.23
HSL322.7º48.9%55.49%-
HSV(B)322.7º56.35%77.25%-
XYZ32.2720.8933.34-
YUV127.06143.77177.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 86 (33.98% from 255) = 19.63%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=44.98%
G=19.63%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978615500.560.210.23322.748.955.49
HexC5569B03815171433137
Octal30512623307025275036167
Binary1100010110101101001101101110001010110111101000011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5569B; }

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

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

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

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

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

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

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

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