#c85280

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

Shades of Mulberry #C85280

Tints of Mulberry #C85280

Color information

#C85280 (or 0xC85280) is unknown color: approx Mulberry. HEX triplet: C8, 52 and 80. RGB value is (200,82,128). Sum of RGB (Red+Green+Blue) = 200+82+128=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C85280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85280 is #37AD7F. Grayscale: #7A7A7A. Windows color (decimal): -3648896 or 8409800. OLE color: 8409800.

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

Color convert

RGB20082128-
CMYK00.590.360.22
HSL336.61º51.75%55.29%-
HSV(B)336.61º59%78.43%-
XYZ30.7319.8722.64-
YUV122.53131.09183.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 82 (32.42% from 255) = 20%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=48.78%
G=20%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008212800.590.360.22336.6151.7555.29
HexC8528003B24161513437
Octal31012220007344265216467
Binary11001000101001010000000011101110010010110101010001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c85280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c85280; }

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

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

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

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

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

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

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

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