#C55C99

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

Shades of Mulberry #C55C99

Tints of Mulberry #C55C99

Color information

#C55C99 (or 0xC55C99) is unknown color: approx Mulberry. HEX triplet: C5, 5C and 99. RGB value is (197,92,153). Sum of RGB (Red+Green+Blue) = 197+92+153=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55C99 is #3AA366. Grayscale: #828282. Windows color (decimal): -3842919 or 10050757. OLE color: 10050757.

HSL color Cylindrical-coordinate representation of color #C55C99: hue angle of 325.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55C99 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB19792153-
CMYK00.530.220.23
HSL325.14º47.51%56.67%-
HSV(B)325.14º53.3%77.25%-
XYZ32.621.8232.63-
YUV130.35140.79175.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.57%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=44.57%
G=20.81%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979215300.530.220.23325.1447.5156.67
HexC55C9903516171453039
Octal30513423106526275056071
Binary1100010110111001001100101101011011010111101000101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C99; }

 p { color: rgb(197,92,153); }

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

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

 a { background-color: rgb(197,92,153); }

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

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

 span { border-color: rgb(197,92,153); }

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