#C85681

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

Shades of Mulberry #C85681

Tints of Mulberry #C85681

Color information

#C85681 (or 0xC85681) is unknown color: approx Mulberry. HEX triplet: C8, 56 and 81. RGB value is (200,86,129). Sum of RGB (Red+Green+Blue) = 200+86+129=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C85681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85681 is #37A97E. Grayscale: #7C7C7C. Windows color (decimal): -3647871 or 8476360. OLE color: 8476360.

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

Color convert

RGB20086129-
CMYK00.570.360.22
HSL337.37º50.89%56.08%-
HSV(B)337.37º57%78.43%-
XYZ31.1120.5223.09-
YUV124.99130.27181.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=48.19%
G=20.72%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008612900.570.360.22337.3750.8956.08
HexC8568103924161513338
Octal31012620107144265216370
Binary11001000101011010000001011100110010010110101010001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85681; }

 p { color: rgb(200,86,129); }

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

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

 a { background-color: rgb(200,86,129); }

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

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

 span { border-color: rgb(200,86,129); }

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