#C0548F

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

Shades of Mulberry #C0548F

Tints of Mulberry #C0548F

Color information

#C0548F (or 0xC0548F) is unknown color: approx Mulberry. HEX triplet: C0, 54 and 8F. RGB value is (192,84,143). Sum of RGB (Red+Green+Blue) = 192+84+143=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0548F is #3FAB70. Grayscale: #7A7A7A. Windows color (decimal): -4172657 or 9393344. OLE color: 9393344.

HSL color Cylindrical-coordinate representation of color #C0548F: hue angle of 327.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0548F is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19284143-
CMYK00.560.260.25
HSL327.22º46.15%54.12%-
HSV(B)327.22º56.25%75.29%-
XYZ29.8719.5328.18-
YUV123.02139.28177.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=45.82%
G=20.05%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928414300.560.260.25327.2246.1554.12
HexC0548F0381A191472e36
Octal30012421707032315075666
Binary1100000010101001000111101110001101011001101000111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0548F; }

 p { color: rgb(192,84,143); }

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

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

 a { background-color: rgb(192,84,143); }

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

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

 span { border-color: rgb(192,84,143); }

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