#C6559A

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

Shades of Mulberry #C6559A

Tints of Mulberry #C6559A

Color information

#C6559A (or 0xC6559A) is unknown color: approx Mulberry. HEX triplet: C6, 55 and 9A. RGB value is (198,85,154). Sum of RGB (Red+Green+Blue) = 198+85+154=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6559A is #39AA65. Grayscale: #7E7E7E. Windows color (decimal): -3779174 or 10114502. OLE color: 10114502.

HSL color Cylindrical-coordinate representation of color #C6559A: hue angle of 323.36º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6559A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB19885154-
CMYK00.570.220.22
HSL323.36º49.78%55.49%-
HSV(B)323.36º57.07%77.65%-
XYZ32.3720.8432.89-
YUV126.65143.44178.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=45.31%
G=19.45%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988515400.570.220.22323.3649.7855.49
HexC6559A03916161433237
Octal30612523207126265036267
Binary1100011010101011001101001110011011010110101000011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6559A; }

 p { color: rgb(198,85,154); }

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

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

 a { background-color: rgb(198,85,154); }

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

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

 span { border-color: rgb(198,85,154); }

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