#C84681

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

Shades of Mulberry #C84681

Tints of Mulberry #C84681

Color information

#C84681 (or 0xC84681) is unknown color: approx Mulberry. HEX triplet: C8, 46 and 81. RGB value is (200,70,129). Sum of RGB (Red+Green+Blue) = 200+70+129=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C84681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84681 is #37B97E. Grayscale: #737373. Windows color (decimal): -3651967 or 8472264. OLE color: 8472264.

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

Color convert

RGB20070129-
CMYK00.650.360.22
HSL332.77º54.17%52.94%-
HSV(B)332.77º65%78.43%-
XYZ29.9718.2422.71-
YUV115.6135.57188.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.13%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=50.13%
G=17.54%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007012900.650.360.22332.7754.1752.94
HexC84681041241614d3635
Octal310106201010144265156665
Binary110010001000110100000010100000110010010110101001101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84681; }

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

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

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

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

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

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

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

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