#C849A8

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

Shades of Mulberry #C849A8

Tints of Mulberry #C849A8

Color information

#C849A8 (or 0xC849A8) is unknown color: approx Mulberry. HEX triplet: C8, 49 and A8. RGB value is (200,73,168). Sum of RGB (Red+Green+Blue) = 200+73+168=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C849A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849A8 is #37B657. Grayscale: #797979. Windows color (decimal): -3651160 or 11028936. OLE color: 11028936.

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

Color convert

RGB20073168-
CMYK00.640.160.22
HSL315.12º53.59%53.53%-
HSV(B)315.12º63.5%78.43%-
XYZ33.2719.8739.13-
YUV121.8154.08183.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 73 (28.91% from 255) = 16.55%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=45.35%
G=16.55%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007316800.640.160.22315.1253.5953.53
HexC849A8040101613b3636
Octal310111250010020264736666
Binary11001000100100110101000010000001000010110100111011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C849A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C849A8; }

 p { color: rgb(200,73,168); }

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

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

 a { background-color: rgb(200,73,168); }

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

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

 span { border-color: rgb(200,73,168); }

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