#c5498c

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

Shades of Mulberry #C5498C

Tints of Mulberry #C5498C

Color information

#C5498C (or 0xC5498C) is unknown color: approx Mulberry. HEX triplet: C5, 49 and 8C. RGB value is (197,73,140). Sum of RGB (Red+Green+Blue) = 197+73+140=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5498C is #3AB673. Grayscale: #757575. Windows color (decimal): -3847796 or 9193925. OLE color: 9193925.

HSL color Cylindrical-coordinate representation of color #C5498C: hue angle of 327.58º 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 #C5498C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19773140-
CMYK00.630.290.23
HSL327.58º51.67%52.94%-
HSV(B)327.58º62.94%77.25%-
XYZ30.1418.5326.8-
YUV117.71140.58184.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 73 (28.91% from 255) = 17.80%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=48.05%
G=17.80%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977314000.630.290.23327.5851.6752.94
HexC5498C03F1D171483435
Octal30511121407735275106465
Binary1100010110010011000110001111111110110111101001000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5498c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5498c; }

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

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

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

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

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

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

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

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