#C85C98

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

Shades of Mulberry #C85C98

Tints of Mulberry #C85C98

Color information

#C85C98 (or 0xC85C98) is unknown color: approx Mulberry. HEX triplet: C8, 5C and 98. RGB value is (200,92,152). Sum of RGB (Red+Green+Blue) = 200+92+152=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85C98 is #37A367. Grayscale: #838383. Windows color (decimal): -3646312 or 9985224. OLE color: 9985224.

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

Color convert

RGB20092152-
CMYK00.540.240.22
HSL326.67º49.54%57.25%-
HSV(B)326.67º54%78.43%-
XYZ33.3122.232.24-
YUV131.13139.78177.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 152 (59.77% from 255) = 34.23%
R=45.05%
G=20.72%
B=34.23%

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
Decimal2009215200.540.240.22326.6749.5457.25
HexC85C9803618161473239
Octal31013423006630265076271
Binary1100100010111001001100001101101100010110101000111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85C98; }

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

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

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

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

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

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

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

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