#C55583

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

Shades of Mulberry #C55583

Tints of Mulberry #C55583

Color information

#C55583 (or 0xC55583) is unknown color: approx Mulberry. HEX triplet: C5, 55 and 83. RGB value is (197,85,131). Sum of RGB (Red+Green+Blue) = 197+85+131=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55583 is #3AAA7C. Grayscale: #7B7B7B. Windows color (decimal): -3844733 or 8607173. OLE color: 8607173.

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

Color convert

RGB19785131-
CMYK00.570.340.23
HSL335.36º49.12%55.29%-
HSV(B)335.36º56.85%77.25%-
XYZ30.3720.0123.73-
YUV123.73132.11180.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=47.70%
G=20.58%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978513100.570.340.23335.3649.1255.29
HexC55583039221714f3137
Octal30512520307142275176167
Binary11000101101010110000011011100110001010111101001111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55583; }

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

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

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

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

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

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

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

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