#C9558B

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

Shades of Mulberry #C9558B

Tints of Mulberry #C9558B

Color information

#C9558B (or 0xC9558B) is unknown color: approx Mulberry. HEX triplet: C9, 55 and 8B. RGB value is (201,85,139). Sum of RGB (Red+Green+Blue) = 201+85+139=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9558B is #36AA74. Grayscale: #7D7D7D. Windows color (decimal): -3582581 or 9131465. OLE color: 9131465.

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

Color convert

RGB20185139-
CMYK00.580.310.21
HSL332.07º51.79%56.08%-
HSV(B)332.07º57.71%78.82%-
XYZ3220.7826.75-
YUV125.84135.43181.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 139 (54.69% from 255) = 32.71%
R=47.29%
G=20%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018513900.580.310.21332.0751.7956.08
HexC9558B03A1F1514c3438
Octal31112521307237255146470
Binary1100100110101011000101101110101111110101101001100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9558B; }

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

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

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

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

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

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

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

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