#c9559c

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

Shades of Mulberry #C9559C

Tints of Mulberry #C9559C

Color information

#C9559C (or 0xC9559C) is unknown color: approx Mulberry. HEX triplet: C9, 55 and 9C. RGB value is (201,85,156). Sum of RGB (Red+Green+Blue) = 201+85+156=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9559C is #36AA63. Grayscale: #7F7F7F. Windows color (decimal): -3582564 or 10245577. OLE color: 10245577.

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

Color convert

RGB20185156-
CMYK00.580.220.21
HSL323.28º51.79%56.08%-
HSV(B)323.28º57.71%78.82%-
XYZ33.3421.3133.81-
YUV127.78143.93180.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.48%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 156 (61.33% from 255) = 35.29%
R=45.48%
G=19.23%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018515600.580.220.21323.2851.7956.08
HexC9559C03A16151433438
Octal31112523407226255036470
Binary1100100110101011001110001110101011010101101000011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9559c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9559c; }

 p { color: rgb(201,85,156); }

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

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

 a { background-color: rgb(201,85,156); }

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

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

 span { border-color: rgb(201,85,156); }

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