#C85882

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

Shades of Mulberry #C85882

Tints of Mulberry #C85882

Color information

#C85882 (or 0xC85882) is unknown color: approx Mulberry. HEX triplet: C8, 58 and 82. RGB value is (200,88,130). Sum of RGB (Red+Green+Blue) = 200+88+130=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85882 is #37A77D. Grayscale: #7E7E7E. Windows color (decimal): -3647358 or 8542408. OLE color: 8542408.

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

Color convert

RGB20088130-
CMYK00.560.350.22
HSL337.5º50.45%56.47%-
HSV(B)337.5º56%78.43%-
XYZ31.3420.8723.5-
YUV126.28130.11180.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=47.85%
G=21.05%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008813000.560.350.22337.550.4556.47
HexC8588203823161523238
Octal31013020207043265226270
Binary11001000101100010000010011100010001110110101010010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85882; }

 p { color: rgb(200,88,130); }

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

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

 a { background-color: rgb(200,88,130); }

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

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

 span { border-color: rgb(200,88,130); }

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