#C05981

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

Shades of Mulberry #C05981

Tints of Mulberry #C05981

Color information

#C05981 (or 0xC05981) is unknown color: approx Mulberry. HEX triplet: C0, 59 and 81. RGB value is (192,89,129). Sum of RGB (Red+Green+Blue) = 192+89+129=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C05981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05981 is #3FA67E. Grayscale: #7C7C7C. Windows color (decimal): -4171391 or 8477120. OLE color: 8477120.

HSL color Cylindrical-coordinate representation of color #C05981: hue angle of 336.7º 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 #C05981 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB19289129-
CMYK00.540.330.25
HSL336.7º44.98%55.1%-
HSV(B)336.7º53.65%75.29%-
XYZ29.2719.9423.07-
YUV124.36130.62176.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.83%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=46.83%
G=21.71%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928912900.540.330.25336.744.9855.1
HexC0598103621191512d37
Octal30013120106641315215567
Binary11000000101100110000001011011010000111001101010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05981; }

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

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

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

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

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

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

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

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