#C8559A

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

Shades of Mulberry #C8559A

Tints of Mulberry #C8559A

Color information

#C8559A (or 0xC8559A) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 9A. RGB value is (200,85,154). Sum of RGB (Red+Green+Blue) = 200+85+154=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8559A is #37AA65. Grayscale: #7F7F7F. Windows color (decimal): -3648102 or 10114504. OLE color: 10114504.

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

Color convert

RGB20085154-
CMYK00.580.230.22
HSL324º51.11%55.88%-
HSV(B)324º57.5%78.43%-
XYZ32.921.1132.91-
YUV127.25143.1179.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=45.56%
G=19.36%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008515400.580.230.2232451.1155.88
HexC8559A03A17161443338
Octal31012523207227265046370
Binary1100100010101011001101001110101011110110101000100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8559A; }

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

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

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

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

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

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

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

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