#C6519C

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

Shades of Mulberry #C6519C

Tints of Mulberry #C6519C

Color information

#C6519C (or 0xC6519C) is unknown color: approx Mulberry. HEX triplet: C6, 51 and 9C. RGB value is (198,81,156). Sum of RGB (Red+Green+Blue) = 198+81+156=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6519C is #39AE63. Grayscale: #7C7C7C. Windows color (decimal): -3780196 or 10244550. OLE color: 10244550.

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

Color convert

RGB19881156-
CMYK00.590.210.22
HSL321.54º50.65%54.71%-
HSV(B)321.54º59.09%77.65%-
XYZ32.2320.2933.67-
YUV124.53145.76180.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 81 (32.03% from 255) = 18.62%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=45.52%
G=18.62%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988115600.590.210.22321.5450.6554.71
HexC6519C03B15161423337
Octal30612123407325265026367
Binary1100011010100011001110001110111010110110101000010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6519C; }

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

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

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

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

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

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

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

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