#C85AA6

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

Shades of Mulberry #C85AA6

Tints of Mulberry #C85AA6

Color information

#C85AA6 (or 0xC85AA6) is unknown color: approx Mulberry. HEX triplet: C8, 5A and A6. RGB value is (200,90,166). Sum of RGB (Red+Green+Blue) = 200+90+166=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AA6 is #37A559. Grayscale: #838383. Windows color (decimal): -3646810 or 10902216. OLE color: 10902216.

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

Color convert

RGB20090166-
CMYK00.550.170.22
HSL318.55º50%56.86%-
HSV(B)318.55º55%78.43%-
XYZ34.3622.3438.58-
YUV131.55147.44176.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 90 (35.55% from 255) = 19.74%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=43.86%
G=19.74%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009016600.550.170.22318.555056.86
HexC85AA6037111613f3239
Octal31013224606721264776271
Binary1100100010110101010011001101111000110110100111111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85AA6; }

 p { color: rgb(200,90,166); }

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

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

 a { background-color: rgb(200,90,166); }

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

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

 span { border-color: rgb(200,90,166); }

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