#C05593

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

Shades of Mulberry #C05593

Tints of Mulberry #C05593

Color information

#C05593 (or 0xC05593) is unknown color: approx Mulberry. HEX triplet: C0, 55 and 93. RGB value is (192,85,147). Sum of RGB (Red+Green+Blue) = 192+85+147=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C05593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05593 is #3FAA6C. Grayscale: #7B7B7B. Windows color (decimal): -4172397 or 9655744. OLE color: 9655744.

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

Color convert

RGB19285147-
CMYK00.560.230.25
HSL325.23º45.92%54.31%-
HSV(B)325.23º55.73%75.29%-
XYZ30.2519.8129.83-
YUV124.06140.95176.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=45.28%
G=20.05%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928514700.560.230.25325.2345.9254.31
HexC0559303817191452e36
Octal30012522307027315055666
Binary1100000010101011001001101110001011111001101000101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05593; }

 p { color: rgb(192,85,147); }

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

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

 a { background-color: rgb(192,85,147); }

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

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

 span { border-color: rgb(192,85,147); }

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