#C85B88

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

Shades of Mulberry #C85B88

Tints of Mulberry #C85B88

Color information

#C85B88 (or 0xC85B88) is unknown color: approx Mulberry. HEX triplet: C8, 5B and 88. RGB value is (200,91,136). Sum of RGB (Red+Green+Blue) = 200+91+136=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B88 is #37A477. Grayscale: #808080. Windows color (decimal): -3646584 or 8936392. OLE color: 8936392.

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

Color convert

RGB20091136-
CMYK00.540.320.22
HSL335.23º49.77%57.06%-
HSV(B)335.23º54.5%78.43%-
XYZ3221.5425.76-
YUV128.72132.11178.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 91 (35.94% from 255) = 21.31%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=46.84%
G=21.31%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009113600.540.320.22335.2349.7757.06
HexC85B88036201614f3239
Octal31013321006640265176271
Binary11001000101101110001000011011010000010110101001111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B88; }

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

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

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

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

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

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

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

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