#C85CA8

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

Shades of Mulberry #C85CA8

Tints of Mulberry #C85CA8

Color information

#C85CA8 (or 0xC85CA8) is unknown color: approx Mulberry. HEX triplet: C8, 5C and A8. RGB value is (200,92,168). Sum of RGB (Red+Green+Blue) = 200+92+168=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CA8 is #37A357. Grayscale: #848484. Windows color (decimal): -3646296 or 11033800. OLE color: 11033800.

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

Color convert

RGB20092168-
CMYK00.540.160.22
HSL317.78º49.54%57.25%-
HSV(B)317.78º54%78.43%-
XYZ34.7122.7639.61-
YUV132.96147.78175.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=43.48%
G=20%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009216800.540.160.22317.7849.5457.25
HexC85CA8036101613e3239
Octal31013425006620264766271
Binary1100100010111001010100001101101000010110100111110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CA8; }

 p { color: rgb(200,92,168); }

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

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

 a { background-color: rgb(200,92,168); }

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

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

 span { border-color: rgb(200,92,168); }

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