#C55698

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

Shades of Mulberry #C55698

Tints of Mulberry #C55698

Color information

#C55698 (or 0xC55698) is unknown color: approx Mulberry. HEX triplet: C5, 56 and 98. RGB value is (197,86,152). Sum of RGB (Red+Green+Blue) = 197+86+152=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C55698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55698 is #3AA967. Grayscale: #7E7E7E. Windows color (decimal): -3844456 or 9983685. OLE color: 9983685.

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

Color convert

RGB19786152-
CMYK00.560.230.23
HSL324.32º48.9%55.49%-
HSV(B)324.32º56.35%77.25%-
XYZ32.0220.7932.03-
YUV126.71142.27178.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=45.29%
G=19.77%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978615200.560.230.23324.3248.955.49
HexC5569803817171443137
Octal30512623007027275046167
Binary1100010110101101001100001110001011110111101000100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55698; }

 p { color: rgb(197,86,152); }

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

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

 a { background-color: rgb(197,86,152); }

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

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

 span { border-color: rgb(197,86,152); }

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