#C9548E

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

Shades of Mulberry #C9548E

Tints of Mulberry #C9548E

Color information

#C9548E (or 0xC9548E) is unknown color: approx Mulberry. HEX triplet: C9, 54 and 8E. RGB value is (201,84,142). Sum of RGB (Red+Green+Blue) = 201+84+142=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9548E is #36AB71. Grayscale: #7D7D7D. Windows color (decimal): -3582834 or 9327817. OLE color: 9327817.

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

Color convert

RGB20184142-
CMYK00.580.290.21
HSL330.26º52%55.88%-
HSV(B)330.26º58.21%78.82%-
XYZ32.1420.7127.89-
YUV125.6137.26181.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.07%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=47.07%
G=19.67%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018414200.580.290.21330.265255.88
HexC9548E03A1D1514a3438
Octal31112421607235255126470
Binary1100100110101001000111001110101110110101101001010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9548E; }

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

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

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

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

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

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

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

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