#C5517F

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

Shades of Mulberry #C5517F

Tints of Mulberry #C5517F

Color information

#C5517F (or 0xC5517F) is unknown color: approx Mulberry. HEX triplet: C5, 51 and 7F. RGB value is (197,81,127). Sum of RGB (Red+Green+Blue) = 197+81+127=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5517F is #3AAE80. Grayscale: #787878. Windows color (decimal): -3845761 or 8344005. OLE color: 8344005.

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

Color convert

RGB19781127-
CMYK00.590.360.23
HSL336.21º50%54.51%-
HSV(B)336.21º58.88%77.25%-
XYZ29.819.2922.23-
YUV120.93131.43182.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 127 (50% from 255) = 31.36%
R=48.64%
G=20%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978112700.590.360.23336.215054.51
HexC5517F03B24171503237
Octal30512117707344275206267
Binary1100010110100011111111011101110010010111101010000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5517F; }

 p { color: rgb(197,81,127); }

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

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

 a { background-color: rgb(197,81,127); }

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

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

 span { border-color: rgb(197,81,127); }

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