#C05D95

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

Shades of Mulberry #C05D95

Tints of Mulberry #C05D95

Color information

#C05D95 (or 0xC05D95) is unknown color: approx Mulberry. HEX triplet: C0, 5D and 95. RGB value is (192,93,149). Sum of RGB (Red+Green+Blue) = 192+93+149=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D95 is #3FA26A. Grayscale: #808080. Windows color (decimal): -4170347 or 9788864. OLE color: 9788864.

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

Color convert

RGB19293149-
CMYK00.520.220.25
HSL326.06º44%55.88%-
HSV(B)326.06º51.56%75.29%-
XYZ31.0821.2130.89-
YUV128.98139.3172.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=44.24%
G=21.43%
B=34.33%

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
Decimal1929314900.520.220.25326.064455.88
HexC05D9503416191462c38
Octal30013522506426315065470
Binary1100000010111011001010101101001011011001101000110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05D95; }

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

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

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

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

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

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

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

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