#C9548B

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

Shades of Mulberry #C9548B

Tints of Mulberry #C9548B

Color information

#C9548B (or 0xC9548B) is unknown color: approx Mulberry. HEX triplet: C9, 54 and 8B. RGB value is (201,84,139). Sum of RGB (Red+Green+Blue) = 201+84+139=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9548B is #36AB74. Grayscale: #7D7D7D. Windows color (decimal): -3582837 or 9131209. OLE color: 9131209.

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

Color convert

RGB20184139-
CMYK00.580.310.21
HSL331.79º52%55.88%-
HSV(B)331.79º58.21%78.82%-
XYZ31.9220.6226.72-
YUV125.25135.76182.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.41%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=47.41%
G=19.81%
B=32.78%

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
Decimal2018413900.580.310.21331.795255.88
HexC9548B03A1F1514c3438
Octal31112421307237255146470
Binary1100100110101001000101101110101111110101101001100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9548B; }

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

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

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

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

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

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

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

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