#C5508B

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

Shades of Mulberry #C5508B

Tints of Mulberry #C5508B

Color information

#C5508B (or 0xC5508B) is unknown color: approx Mulberry. HEX triplet: C5, 50 and 8B. RGB value is (197,80,139). Sum of RGB (Red+Green+Blue) = 197+80+139=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5508B is #3AAF74. Grayscale: #797979. Windows color (decimal): -3846005 or 9130181. OLE color: 9130181.

HSL color Cylindrical-coordinate representation of color #C5508B: hue angle of 329.74º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5508B is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19780139-
CMYK00.590.290.23
HSL329.74º50.21%54.31%-
HSV(B)329.74º59.39%77.25%-
XYZ30.5519.4726.57-
YUV121.71137.76181.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=47.36%
G=19.23%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978013900.590.290.23329.7450.2154.31
HexC5508B03B1D1714a3236
Octal30512021307335275126266
Binary1100010110100001000101101110111110110111101001010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5508B; }

 p { color: rgb(197,80,139); }

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

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

 a { background-color: rgb(197,80,139); }

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

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

 span { border-color: rgb(197,80,139); }

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