#C85AA3

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

Shades of Mulberry #C85AA3

Tints of Mulberry #C85AA3

Color information

#C85AA3 (or 0xC85AA3) is unknown color: approx Mulberry. HEX triplet: C8, 5A and A3. RGB value is (200,90,163). Sum of RGB (Red+Green+Blue) = 200+90+163=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AA3 is #37A55C. Grayscale: #838383. Windows color (decimal): -3646813 or 10705608. OLE color: 10705608.

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

Color convert

RGB20090163-
CMYK00.550.180.22
HSL320.18º50%56.86%-
HSV(B)320.18º55%78.43%-
XYZ34.0922.2437.15-
YUV131.21145.94177.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=44.15%
G=19.87%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009016300.550.180.22320.185056.86
HexC85AA303712161403239
Octal31013224306722265006271
Binary1100100010110101010001101101111001010110101000000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85AA3; }

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

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

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

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

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

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

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

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