#C0498A

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

Shades of Mulberry #C0498A

Tints of Mulberry #C0498A

Color information

#C0498A (or 0xC0498A) is unknown color: approx Mulberry. HEX triplet: C0, 49 and 8A. RGB value is (192,73,138). Sum of RGB (Red+Green+Blue) = 192+73+138=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0498A is #3FB675. Grayscale: #737373. Windows color (decimal): -4175478 or 9062848. OLE color: 9062848.

HSL color Cylindrical-coordinate representation of color #C0498A: hue angle of 327.23º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0498A is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19273138-
CMYK00.620.280.25
HSL327.23º48.57%51.96%-
HSV(B)327.23º61.98%75.29%-
XYZ28.7117.8125.97-
YUV115.99140.42182.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=47.64%
G=18.11%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927313800.620.280.25327.2348.5751.96
HexC0498A03E1C191473134
Octal30011121207634315076164
Binary1100000010010011000101001111101110011001101000111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0498A; }

 p { color: rgb(192,73,138); }

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

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

 a { background-color: rgb(192,73,138); }

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

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

 span { border-color: rgb(192,73,138); }

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