#C8499D

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

Shades of Mulberry #C8499D

Tints of Mulberry #C8499D

Color information

#C8499D (or 0xC8499D) is unknown color: approx Mulberry. HEX triplet: C8, 49 and 9D. RGB value is (200,73,157). Sum of RGB (Red+Green+Blue) = 200+73+157=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8499D is #37B662. Grayscale: #787878. Windows color (decimal): -3651171 or 10308040. OLE color: 10308040.

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

Color convert

RGB20073157-
CMYK00.640.220.22
HSL320.31º53.59%53.53%-
HSV(B)320.31º63.5%78.43%-
XYZ32.2919.4833.96-
YUV120.55148.58184.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=46.51%
G=16.98%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007315700.640.220.22320.3153.5953.53
HexC8499D04016161403636
Octal310111235010026265006666
Binary11001000100100110011101010000001011010110101000000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8499D; }

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

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

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

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

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

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

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

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