#c85296

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

Shades of Mulberry #C85296

Tints of Mulberry #C85296

Color information

#C85296 (or 0xC85296) is unknown color: approx Mulberry. HEX triplet: C8, 52 and 96. RGB value is (200,82,150). Sum of RGB (Red+Green+Blue) = 200+82+150=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85296 is #37AD69. Grayscale: #7C7C7C. Windows color (decimal): -3648874 or 9851592. OLE color: 9851592.

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

Color convert

RGB20082150-
CMYK00.590.250.22
HSL325.42º51.75%55.29%-
HSV(B)325.42º59%78.43%-
XYZ32.3420.5231.11-
YUV125.03142.09181.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 150 (58.98% from 255) = 34.72%
R=46.30%
G=18.98%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008215000.590.250.22325.4251.7555.29
HexC8529603B19161453437
Octal31012222607331265056467
Binary1100100010100101001011001110111100110110101000101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c85296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c85296; }

 p { color: rgb(200,82,150); }

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

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

 a { background-color: rgb(200,82,150); }

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

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

 span { border-color: rgb(200,82,150); }

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