#C05D96

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

Shades of Mulberry #C05D96

Tints of Mulberry #C05D96

Color information

#C05D96 (or 0xC05D96) is unknown color: approx Mulberry. HEX triplet: C0, 5D and 96. RGB value is (192,93,150). Sum of RGB (Red+Green+Blue) = 192+93+150=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D96 is #3FA269. Grayscale: #808080. Windows color (decimal): -4170346 or 9854400. OLE color: 9854400.

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

Color convert

RGB19293150-
CMYK00.520.220.25
HSL325.45º44%55.88%-
HSV(B)325.45º51.56%75.29%-
XYZ31.1621.2431.31-
YUV129.1139.8172.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=44.14%
G=21.38%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929315000.520.220.25325.454455.88
HexC05D9603416191452c38
Octal30013522606426315055470
Binary1100000010111011001011001101001011011001101000101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05D96; }

 p { color: rgb(192,93,150); }

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

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

 a { background-color: rgb(192,93,150); }

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

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

 span { border-color: rgb(192,93,150); }

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