#C6499C

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

Shades of Mulberry #C6499C

Tints of Mulberry #C6499C

Color information

#C6499C (or 0xC6499C) is unknown color: approx Mulberry. HEX triplet: C6, 49 and 9C. RGB value is (198,73,156). Sum of RGB (Red+Green+Blue) = 198+73+156=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6499C is #39B663. Grayscale: #777777. Windows color (decimal): -3782244 or 10242502. OLE color: 10242502.

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

Color convert

RGB19873156-
CMYK00.630.210.22
HSL320.16º52.3%53.14%-
HSV(B)320.16º63.13%77.65%-
XYZ31.6719.1733.48-
YUV119.84148.41183.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=46.37%
G=17.10%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987315600.630.210.22320.1652.353.14
HexC6499C03F15161403435
Octal30611123407725265006465
Binary1100011010010011001110001111111010110110101000000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6499C; }

 p { color: rgb(198,73,156); }

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

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

 a { background-color: rgb(198,73,156); }

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

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

 span { border-color: rgb(198,73,156); }

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