#C5507E

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

Shades of Mulberry #C5507E

Tints of Mulberry #C5507E

Color information

#C5507E (or 0xC5507E) is unknown color: approx Mulberry. HEX triplet: C5, 50 and 7E. RGB value is (197,80,126). Sum of RGB (Red+Green+Blue) = 197+80+126=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5507E is #3AAF81. Grayscale: #787878. Windows color (decimal): -3846018 or 8278213. OLE color: 8278213.

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

Color convert

RGB19780126-
CMYK00.590.360.23
HSL336.41º50.21%54.31%-
HSV(B)336.41º59.39%77.25%-
XYZ29.6619.1121.86-
YUV120.23131.26182.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 80 (31.64% from 255) = 19.85%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=48.88%
G=19.85%
B=31.27%

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
Decimal1978012600.590.360.23336.4150.2154.31
HexC5507E03B24171503236
Octal30512017607344275206266
Binary1100010110100001111110011101110010010111101010000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5507E; }

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

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

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

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

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

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

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

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