#C85194

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

Shades of Mulberry #C85194

Tints of Mulberry #C85194

Color information

#C85194 (or 0xC85194) is unknown color: approx Mulberry. HEX triplet: C8, 51 and 94. RGB value is (200,81,148). Sum of RGB (Red+Green+Blue) = 200+81+148=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C85194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85194 is #37AE6B. Grayscale: #7C7C7C. Windows color (decimal): -3649132 or 9720264. OLE color: 9720264.

HSL color Cylindrical-coordinate representation of color #C85194: hue angle of 326.22º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85194 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB20081148-
CMYK00.590.260.22
HSL326.22º51.97%55.1%-
HSV(B)326.22º59.5%78.43%-
XYZ32.1120.330.24-
YUV124.22141.42182.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=46.62%
G=18.88%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008114800.590.260.22326.2251.9755.1
HexC8519403B1A161463437
Octal31012122407332265066467
Binary1100100010100011001010001110111101010110101000110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85194; }

 p { color: rgb(200,81,148); }

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

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

 a { background-color: rgb(200,81,148); }

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

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

 span { border-color: rgb(200,81,148); }

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