#C5498E

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

Shades of Mulberry #C5498E

Tints of Mulberry #C5498E

Color information

#C5498E (or 0xC5498E) is unknown color: approx Mulberry. HEX triplet: C5, 49 and 8E. RGB value is (197,73,142). Sum of RGB (Red+Green+Blue) = 197+73+142=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5498E is #3AB671. Grayscale: #757575. Windows color (decimal): -3847794 or 9324997. OLE color: 9324997.

HSL color Cylindrical-coordinate representation of color #C5498E: hue angle of 326.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5498E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB19773142-
CMYK00.630.280.23
HSL326.61º51.67%52.94%-
HSV(B)326.61º62.94%77.25%-
XYZ30.2918.5927.58-
YUV117.94141.58184.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=47.82%
G=17.72%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977314200.630.280.23326.6151.6752.94
HexC5498E03F1C171473435
Octal30511121607734275076465
Binary1100010110010011000111001111111110010111101000111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5498E; }

 p { color: rgb(197,73,142); }

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

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

 a { background-color: rgb(197,73,142); }

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

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

 span { border-color: rgb(197,73,142); }

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