#C85B9E

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

Shades of Mulberry #C85B9E

Tints of Mulberry #C85B9E

Color information

#C85B9E (or 0xC85B9E) is unknown color: approx Mulberry. HEX triplet: C8, 5B and 9E. RGB value is (200,91,158). Sum of RGB (Red+Green+Blue) = 200+91+158=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B9E is #37A461. Grayscale: #838383. Windows color (decimal): -3646562 or 10378184. OLE color: 10378184.

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

Color convert

RGB20091158-
CMYK00.540.210.22
HSL323.12º49.77%57.06%-
HSV(B)323.12º54.5%78.43%-
XYZ33.7322.2334.86-
YUV131.23143.11177.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=44.54%
G=20.27%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009115800.540.210.22323.1249.7757.06
HexC85B9E03615161433239
Octal31013323606625265036271
Binary1100100010110111001111001101101010110110101000011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B9E; }

 p { color: rgb(200,91,158); }

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

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

 a { background-color: rgb(200,91,158); }

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

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

 span { border-color: rgb(200,91,158); }

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