#C84485

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

Shades of Mulberry #C84485

Tints of Mulberry #C84485

Color information

#C84485 (or 0xC84485) is unknown color: approx Mulberry. HEX triplet: C8, 44 and 85. RGB value is (200,68,133). Sum of RGB (Red+Green+Blue) = 200+68+133=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84485 is #37BB7A. Grayscale: #727272. Windows color (decimal): -3652475 or 8733896. OLE color: 8733896.

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

Color convert

RGB20068133-
CMYK00.660.340.22
HSL330.45º54.55%52.55%-
HSV(B)330.45º66%78.43%-
XYZ30.1218.1124.1-
YUV114.88138.23188.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.88%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=49.88%
G=16.96%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006813300.660.340.22330.4554.5552.55
HexC84485042221614a3735
Octal310104205010242265126765
Binary110010001000100100001010100001010001010110101001010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84485; }

 p { color: rgb(200,68,133); }

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

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

 a { background-color: rgb(200,68,133); }

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

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

 span { border-color: rgb(200,68,133); }

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