#C55692

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

Shades of Mulberry #C55692

Tints of Mulberry #C55692

Color information

#C55692 (or 0xC55692) is unknown color: approx Mulberry. HEX triplet: C5, 56 and 92. RGB value is (197,86,146). Sum of RGB (Red+Green+Blue) = 197+86+146=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55692 is #3AA96D. Grayscale: #7D7D7D. Windows color (decimal): -3844462 or 9590469. OLE color: 9590469.

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

Color convert

RGB19786146-
CMYK00.560.260.23
HSL327.57º48.9%55.49%-
HSV(B)327.57º56.35%77.25%-
XYZ31.5420.629.51-
YUV126.03139.27178.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=45.92%
G=20.05%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978614600.560.260.23327.5748.955.49
HexC556920381A171483137
Octal30512622207032275106167
Binary1100010110101101001001001110001101010111101001000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55692; }

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

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

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

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

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

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

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

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