#C05984

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

Shades of Mulberry #C05984

Tints of Mulberry #C05984

Color information

#C05984 (or 0xC05984) is unknown color: approx Mulberry. HEX triplet: C0, 59 and 84. RGB value is (192,89,132). Sum of RGB (Red+Green+Blue) = 192+89+132=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C05984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05984 is #3FA67B. Grayscale: #7C7C7C. Windows color (decimal): -4171388 or 8673728. OLE color: 8673728.

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

Color convert

RGB19289132-
CMYK00.540.310.25
HSL334.95º44.98%55.1%-
HSV(B)334.95º53.65%75.29%-
XYZ29.4820.0224.14-
YUV124.7132.12176-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=46.49%
G=21.55%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928913200.540.310.25334.9544.9855.1
HexC059840361F1914f2d37
Octal30013120406637315175567
Binary1100000010110011000010001101101111111001101001111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05984; }

 p { color: rgb(192,89,132); }

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

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

 a { background-color: rgb(192,89,132); }

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

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

 span { border-color: rgb(192,89,132); }

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