#C05699

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

Shades of Mulberry #C05699

Tints of Mulberry #C05699

Color information

#C05699 (or 0xC05699) is unknown color: approx Mulberry. HEX triplet: C0, 56 and 99. RGB value is (192,86,153). Sum of RGB (Red+Green+Blue) = 192+86+153=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C05699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05699 is #3FA966. Grayscale: #7D7D7D. Windows color (decimal): -4172135 or 10049216. OLE color: 10049216.

HSL color Cylindrical-coordinate representation of color #C05699: hue angle of 322.08º degrees, saturation: 0.46, 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 #C05699 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB19286153-
CMYK00.550.200.25
HSL322.08º45.69%54.51%-
HSV(B)322.08º55.21%75.29%-
XYZ30.8220.1632.4-
YUV125.33143.62175.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=44.55%
G=19.95%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928615300.550.200.25322.0845.6954.51
HexC0569903714191422e37
Octal30012623106724315025667
Binary1100000010101101001100101101111010011001101000010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05699; }

 p { color: rgb(192,86,153); }

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

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

 a { background-color: rgb(192,86,153); }

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

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

 span { border-color: rgb(192,86,153); }

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