#c55092

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

Shades of Mulberry #C55092

Tints of Mulberry #C55092

Color information

#C55092 (or 0xC55092) is unknown color: approx Mulberry. HEX triplet: C5, 50 and 92. RGB value is (197,80,146). Sum of RGB (Red+Green+Blue) = 197+80+146=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C55092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55092 is #3AAF6D. Grayscale: #7A7A7A. Windows color (decimal): -3845998 or 9588933. OLE color: 9588933.

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

Color convert

RGB19780146-
CMYK00.590.260.23
HSL326.15º50.21%54.31%-
HSV(B)326.15º59.39%77.25%-
XYZ31.0819.6829.36-
YUV122.51141.26181.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=46.57%
G=18.91%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978014600.590.260.23326.1550.2154.31
HexC5509203B1A171463236
Octal30512022207332275066266
Binary1100010110100001001001001110111101010111101000110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55092; }

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

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

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

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

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

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

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

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