#C55183

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

Shades of Mulberry #C55183

Tints of Mulberry #C55183

Color information

#C55183 (or 0xC55183) is unknown color: approx Mulberry. HEX triplet: C5, 51 and 83. RGB value is (197,81,131). Sum of RGB (Red+Green+Blue) = 197+81+131=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C55183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55183 is #3AAE7C. Grayscale: #797979. Windows color (decimal): -3845757 or 8606149. OLE color: 8606149.

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

Color convert

RGB19781131-
CMYK00.590.340.23
HSL334.14º50%54.51%-
HSV(B)334.14º58.88%77.25%-
XYZ30.0719.3923.63-
YUV121.38133.43181.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.17%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=48.17%
G=19.80%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978113100.590.340.23334.145054.51
HexC5518303B221714e3237
Octal30512120307342275166267
Binary11000101101000110000011011101110001010111101001110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55183; }

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

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

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

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

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

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

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

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