#C6519A

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

Shades of Mulberry #C6519A

Tints of Mulberry #C6519A

Color information

#C6519A (or 0xC6519A) is unknown color: approx Mulberry. HEX triplet: C6, 51 and 9A. RGB value is (198,81,154). Sum of RGB (Red+Green+Blue) = 198+81+154=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6519A is #39AE65. Grayscale: #7C7C7C. Windows color (decimal): -3780198 or 10113478. OLE color: 10113478.

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

Color convert

RGB19881154-
CMYK00.590.220.22
HSL322.56º50.65%54.71%-
HSV(B)322.56º59.09%77.65%-
XYZ32.0620.2232.79-
YUV124.3144.76180.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=45.73%
G=18.71%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988115400.590.220.22322.5650.6554.71
HexC6519A03B16161433337
Octal30612123207326265036367
Binary1100011010100011001101001110111011010110101000011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6519A; }

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

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

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

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

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

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

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

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