#C05097

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

Shades of Mulberry #C05097

Tints of Mulberry #C05097

Color information

#C05097 (or 0xC05097) is unknown color: approx Mulberry. HEX triplet: C0, 50 and 97. RGB value is (192,80,151). Sum of RGB (Red+Green+Blue) = 192+80+151=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C05097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05097 is #3FAF68. Grayscale: #797979. Windows color (decimal): -4173673 or 9916608. OLE color: 9916608.

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

Color convert

RGB19280151-
CMYK00.580.210.25
HSL321.96º47.06%53.33%-
HSV(B)321.96º58.33%75.29%-
XYZ30.1919.1831.39-
YUV121.58144.61178.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=45.39%
G=18.91%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928015100.580.210.25321.9647.0653.33
HexC0509703A15191422f35
Octal30012022707225315025765
Binary1100000010100001001011101110101010111001101000010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05097; }

 p { color: rgb(192,80,151); }

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

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

 a { background-color: rgb(192,80,151); }

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

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

 span { border-color: rgb(192,80,151); }

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