#C85B9F

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

Shades of Mulberry #C85B9F

Tints of Mulberry #C85B9F

Color information

#C85B9F (or 0xC85B9F) is unknown color: approx Mulberry. HEX triplet: C8, 5B and 9F. RGB value is (200,91,159). Sum of RGB (Red+Green+Blue) = 200+91+159=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B9F is #37A460. Grayscale: #838383. Windows color (decimal): -3646561 or 10443720. OLE color: 10443720.

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

Color convert

RGB20091159-
CMYK00.540.200.22
HSL322.57º49.77%57.06%-
HSV(B)322.57º54.5%78.43%-
XYZ33.8222.2635.32-
YUV131.34143.61176.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 91 (35.94% from 255) = 20.22%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=44.44%
G=20.22%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009115900.540.200.22322.5749.7757.06
HexC85B9F03614161433239
Octal31013323706624265036271
Binary1100100010110111001111101101101010010110101000011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B9F; }

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

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

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

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

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

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

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

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