#C05191

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

Shades of Mulberry #C05191

Tints of Mulberry #C05191

Color information

#C05191 (or 0xC05191) is unknown color: approx Mulberry. HEX triplet: C0, 51 and 91. RGB value is (192,81,145). Sum of RGB (Red+Green+Blue) = 192+81+145=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C05191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05191 is #3FAE6E. Grayscale: #797979. Windows color (decimal): -4173423 or 9523648. OLE color: 9523648.

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

Color convert

RGB19281145-
CMYK00.580.240.25
HSL325.41º46.84%53.53%-
HSV(B)325.41º57.81%75.29%-
XYZ29.7919.1428.91-
YUV121.48141.27178.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=45.93%
G=19.38%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928114500.580.240.25325.4146.8453.53
HexC0519103A18191452f36
Octal30012122107230315055766
Binary1100000010100011001000101110101100011001101000101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05191; }

 p { color: rgb(192,81,145); }

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

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

 a { background-color: rgb(192,81,145); }

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

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

 span { border-color: rgb(192,81,145); }

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