#C5507F

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

Shades of Mulberry #C5507F

Tints of Mulberry #C5507F

Color information

#C5507F (or 0xC5507F) is unknown color: approx Mulberry. HEX triplet: C5, 50 and 7F. RGB value is (197,80,127). Sum of RGB (Red+Green+Blue) = 197+80+127=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5507F is #3AAF80. Grayscale: #787878. Windows color (decimal): -3846017 or 8343749. OLE color: 8343749.

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

Color convert

RGB19780127-
CMYK00.590.360.23
HSL335.9º50.21%54.31%-
HSV(B)335.9º59.39%77.25%-
XYZ29.7319.1422.21-
YUV120.34131.76182.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.76%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 127 (50% from 255) = 31.44%
R=48.76%
G=19.80%
B=31.44%

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
Decimal1978012700.590.360.23335.950.2154.31
HexC5507F03B24171503236
Octal30512017707344275206266
Binary1100010110100001111111011101110010010111101010000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5507F; }

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

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

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

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

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

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

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

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