#C9548D

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

Shades of Mulberry #C9548D

Tints of Mulberry #C9548D

Color information

#C9548D (or 0xC9548D) is unknown color: approx Mulberry. HEX triplet: C9, 54 and 8D. RGB value is (201,84,141). Sum of RGB (Red+Green+Blue) = 201+84+141=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9548D is #36AB72. Grayscale: #7D7D7D. Windows color (decimal): -3582835 or 9262281. OLE color: 9262281.

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

Color convert

RGB20184141-
CMYK00.580.300.21
HSL330.77º52%55.88%-
HSV(B)330.77º58.21%78.82%-
XYZ32.0720.6827.5-
YUV125.48136.76181.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=47.18%
G=19.72%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018414100.580.300.21330.775255.88
HexC9548D03A1E1514b3438
Octal31112421507236255136470
Binary1100100110101001000110101110101111010101101001011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9548D; }

 p { color: rgb(201,84,141); }

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

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

 a { background-color: rgb(201,84,141); }

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

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

 span { border-color: rgb(201,84,141); }

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