#C05B99

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

Shades of Mulberry #C05B99

Tints of Mulberry #C05B99

Color information

#C05B99 (or 0xC05B99) is unknown color: approx Mulberry. HEX triplet: C0, 5B and 99. RGB value is (192,91,153). Sum of RGB (Red+Green+Blue) = 192+91+153=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B99 is #3FA466. Grayscale: #808080. Windows color (decimal): -4170855 or 10050496. OLE color: 10050496.

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

Color convert

RGB19291153-
CMYK00.530.200.25
HSL323.17º44.49%55.49%-
HSV(B)323.17º52.6%75.29%-
XYZ31.2320.9932.54-
YUV128.27141.96173.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=44.04%
G=20.87%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929115300.530.200.25323.1744.4955.49
HexC05B9903514191432c37
Octal30013323106524315035467
Binary1100000010110111001100101101011010011001101000011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B99; }

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

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

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

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

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

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

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

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