#C85C99

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

Shades of Mulberry #C85C99

Tints of Mulberry #C85C99

Color information

#C85C99 (or 0xC85C99) is unknown color: approx Mulberry. HEX triplet: C8, 5C and 99. RGB value is (200,92,153). Sum of RGB (Red+Green+Blue) = 200+92+153=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85C99 is #37A366. Grayscale: #838383. Windows color (decimal): -3646311 or 10050760. OLE color: 10050760.

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

Color convert

RGB20092153-
CMYK00.540.240.22
HSL326.11º49.54%57.25%-
HSV(B)326.11º54%78.43%-
XYZ33.422.2332.67-
YUV131.25140.28177.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=44.94%
G=20.67%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009215300.540.240.22326.1149.5457.25
HexC85C9903618161463239
Octal31013423106630265066271
Binary1100100010111001001100101101101100010110101000110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85C99; }

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

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

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

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

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

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

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

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