#C855A2

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

Shades of Mulberry #C855A2

Tints of Mulberry #C855A2

Color information

#C855A2 (or 0xC855A2) is unknown color: approx Mulberry. HEX triplet: C8, 55 and A2. RGB value is (200,85,162). Sum of RGB (Red+Green+Blue) = 200+85+162=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C855A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855A2 is #37AA5D. Grayscale: #7F7F7F. Windows color (decimal): -3648094 or 10638792. OLE color: 10638792.

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

Color convert

RGB20085162-
CMYK00.580.190.22
HSL319.83º51.11%55.88%-
HSV(B)319.83º57.5%78.43%-
XYZ33.5921.3836.54-
YUV128.16147.1179.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 162 (63.67% from 255) = 36.24%
R=44.74%
G=19.02%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008516200.580.190.22319.8351.1155.88
HexC855A203A13161403338
Octal31012524207223265006370
Binary1100100010101011010001001110101001110110101000000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855A2; }

 p { color: rgb(200,85,162); }

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

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

 a { background-color: rgb(200,85,162); }

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

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

 span { border-color: rgb(200,85,162); }

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