#c9548c

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

Shades of Mulberry #C9548C

Tints of Mulberry #C9548C

Color information

#C9548C (or 0xC9548C) is unknown color: approx Mulberry. HEX triplet: C9, 54 and 8C. RGB value is (201,84,140). Sum of RGB (Red+Green+Blue) = 201+84+140=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9548C is #36AB73. Grayscale: #7D7D7D. Windows color (decimal): -3582836 or 9196745. OLE color: 9196745.

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

Color convert

RGB20184140-
CMYK00.580.300.21
HSL331.28º52%55.88%-
HSV(B)331.28º58.21%78.82%-
XYZ31.9920.6527.11-
YUV125.37136.26181.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=47.29%
G=19.76%
B=32.94%

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
Decimal2018414000.580.300.21331.285255.88
HexC9548C03A1E1514b3438
Octal31112421407236255136470
Binary1100100110101001000110001110101111010101101001011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9548c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9548c; }

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

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

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

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

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

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

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

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