#C05B88

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

Shades of Mulberry #C05B88

Tints of Mulberry #C05B88

Color information

#C05B88 (or 0xC05B88) is unknown color: approx Mulberry. HEX triplet: C0, 5B and 88. RGB value is (192,91,136). Sum of RGB (Red+Green+Blue) = 192+91+136=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B88 is #3FA477. Grayscale: #7E7E7E. Windows color (decimal): -4170872 or 8936384. OLE color: 8936384.

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

Color convert

RGB19291136-
CMYK00.530.290.25
HSL333.27º44.49%55.49%-
HSV(B)333.27º52.6%75.29%-
XYZ29.9220.4725.67-
YUV126.33133.46174.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=45.82%
G=21.72%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929113600.530.290.25333.2744.4955.49
HexC05B880351D1914d2c37
Octal30013321006535315155467
Binary1100000010110111000100001101011110111001101001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B88; }

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

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

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

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

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

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

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

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