#C6518A

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

Shades of Mulberry #C6518A

Tints of Mulberry #C6518A

Color information

#C6518A (or 0xC6518A) is unknown color: approx Mulberry. HEX triplet: C6, 51 and 8A. RGB value is (198,81,138). Sum of RGB (Red+Green+Blue) = 198+81+138=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6518A is #39AE75. Grayscale: #7A7A7A. Windows color (decimal): -3780214 or 9064902. OLE color: 9064902.

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

Color convert

RGB19881138-
CMYK00.590.300.22
HSL330.77º50.65%54.71%-
HSV(B)330.77º59.09%77.65%-
XYZ30.8219.7326.23-
YUV122.48136.76181.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=47.48%
G=19.42%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988113800.590.300.22330.7750.6554.71
HexC6518A03B1E1614b3337
Octal30612121207336265136367
Binary1100011010100011000101001110111111010110101001011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6518A; }

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

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

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

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

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

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

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

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