#C05B84

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

Shades of Mulberry #C05B84

Tints of Mulberry #C05B84

Color information

#C05B84 (or 0xC05B84) is unknown color: approx Mulberry. HEX triplet: C0, 5B and 84. RGB value is (192,91,132). Sum of RGB (Red+Green+Blue) = 192+91+132=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B84 is #3FA47B. Grayscale: #7D7D7D. Windows color (decimal): -4170876 or 8674240. OLE color: 8674240.

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

Color convert

RGB19291132-
CMYK00.530.310.25
HSL335.64º44.49%55.49%-
HSV(B)335.64º52.6%75.29%-
XYZ29.6420.3524.2-
YUV125.87131.46175.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=46.27%
G=21.93%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929113200.530.310.25335.6444.4955.49
HexC05B840351F191502c37
Octal30013320406537315205467
Binary1100000010110111000010001101011111111001101010000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B84; }

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

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

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

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

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

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

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

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