#C8569A

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

Shades of Mulberry #C8569A

Tints of Mulberry #C8569A

Color information

#C8569A (or 0xC8569A) is unknown color: approx Mulberry. HEX triplet: C8, 56 and 9A. RGB value is (200,86,154). Sum of RGB (Red+Green+Blue) = 200+86+154=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8569A is #37A965. Grayscale: #7F7F7F. Windows color (decimal): -3647846 or 10114760. OLE color: 10114760.

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

Color convert

RGB20086154-
CMYK00.570.230.22
HSL324.21º50.89%56.08%-
HSV(B)324.21º57%78.43%-
XYZ32.9821.2732.94-
YUV127.84142.77179.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 86 (33.98% from 255) = 19.55%
BLUE value IS 154 (60.55% from 255) = 35%
R=45.45%
G=19.55%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008615400.570.230.22324.2150.8956.08
HexC8569A03917161443338
Octal31012623207127265046370
Binary1100100010101101001101001110011011110110101000100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8569A; }

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

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

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

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

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

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

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

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