#C85699

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

Shades of Mulberry #C85699

Tints of Mulberry #C85699

Color information

#C85699 (or 0xC85699) is unknown color: approx Mulberry. HEX triplet: C8, 56 and 99. RGB value is (200,86,153). Sum of RGB (Red+Green+Blue) = 200+86+153=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C85699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85699 is #37A966. Grayscale: #7F7F7F. Windows color (decimal): -3647847 or 10049224. OLE color: 10049224.

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

Color convert

RGB20086153-
CMYK00.570.240.22
HSL324.74º50.89%56.08%-
HSV(B)324.74º57%78.43%-
XYZ32.921.2332.5-
YUV127.72142.27179.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 86 (33.98% from 255) = 19.59%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=45.56%
G=19.59%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008615300.570.240.22324.7450.8956.08
HexC8569903918161453338
Octal31012623107130265056370
Binary1100100010101101001100101110011100010110101000101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85699; }

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

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

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

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

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

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

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

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