#C05195

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

Shades of Mulberry #C05195

Tints of Mulberry #C05195

Color information

#C05195 (or 0xC05195) is unknown color: approx Mulberry. HEX triplet: C0, 51 and 95. RGB value is (192,81,149). Sum of RGB (Red+Green+Blue) = 192+81+149=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C05195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05195 is #3FAE6A. Grayscale: #797979. Windows color (decimal): -4173419 or 9785792. OLE color: 9785792.

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

Color convert

RGB19281149-
CMYK00.580.220.25
HSL323.24º46.84%53.53%-
HSV(B)323.24º57.81%75.29%-
XYZ30.1119.2630.56-
YUV121.94143.27177.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=45.50%
G=19.19%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928114900.580.220.25323.2446.8453.53
HexC0519503A16191432f36
Octal30012122507226315035766
Binary1100000010100011001010101110101011011001101000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05195; }

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

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

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

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

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

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

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

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