#C0498B

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

Shades of Mulberry #C0498B

Tints of Mulberry #C0498B

Color information

#C0498B (or 0xC0498B) is unknown color: approx Mulberry. HEX triplet: C0, 49 and 8B. RGB value is (192,73,139). Sum of RGB (Red+Green+Blue) = 192+73+139=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0498B is #3FB674. Grayscale: #737373. Windows color (decimal): -4175477 or 9128384. OLE color: 9128384.

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

Color convert

RGB19273139-
CMYK00.620.280.25
HSL326.72º48.57%51.96%-
HSV(B)326.72º61.98%75.29%-
XYZ28.7817.8426.35-
YUV116.1140.92182.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 73 (28.91% from 255) = 18.07%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=47.52%
G=18.07%
B=34.41%

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
Decimal1927313900.620.280.25326.7248.5751.96
HexC0498B03E1C191473134
Octal30011121307634315076164
Binary1100000010010011000101101111101110011001101000111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0498B; }

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

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

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

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

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

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

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

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