#C85497

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

Shades of Mulberry #C85497

Tints of Mulberry #C85497

Color information

#C85497 (or 0xC85497) is unknown color: approx Mulberry. HEX triplet: C8, 54 and 97. RGB value is (200,84,151). Sum of RGB (Red+Green+Blue) = 200+84+151=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85497 is #37AB68. Grayscale: #7E7E7E. Windows color (decimal): -3648361 or 9917640. OLE color: 9917640.

HSL color Cylindrical-coordinate representation of color #C85497: hue angle of 325.34º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85497 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB20084151-
CMYK00.580.240.22
HSL325.34º51.33%55.69%-
HSV(B)325.34º58%78.43%-
XYZ32.5820.8531.59-
YUV126.32141.93180.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 151 (59.38% from 255) = 34.71%
R=45.98%
G=19.31%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008415100.580.240.22325.3451.3355.69
HexC8549703A18161453338
Octal31012422707230265056370
Binary1100100010101001001011101110101100010110101000101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85497; }

 p { color: rgb(200,84,151); }

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

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

 a { background-color: rgb(200,84,151); }

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

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

 span { border-color: rgb(200,84,151); }

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