#C05781

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

Shades of Mulberry #C05781

Tints of Mulberry #C05781

Color information

#C05781 (or 0xC05781) is unknown color: approx Mulberry. HEX triplet: C0, 57 and 81. RGB value is (192,87,129). Sum of RGB (Red+Green+Blue) = 192+87+129=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C05781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05781 is #3FA87E. Grayscale: #7B7B7B. Windows color (decimal): -4171903 or 8476608. OLE color: 8476608.

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

Color convert

RGB19287129-
CMYK00.550.330.25
HSL336º45.45%54.71%-
HSV(B)336º54.69%75.29%-
XYZ29.1119.6123.02-
YUV123.18131.29177.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 87 (34.38% from 255) = 21.32%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=47.06%
G=21.32%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928712900.550.330.2533645.4554.71
HexC0578103721191502d37
Octal30012720106741315205567
Binary11000000101011110000001011011110000111001101010000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05781; }

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

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

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

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

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

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

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

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