#C6518C

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

Shades of Mulberry #C6518C

Tints of Mulberry #C6518C

Color information

#C6518C (or 0xC6518C) is unknown color: approx Mulberry. HEX triplet: C6, 51 and 8C. RGB value is (198,81,140). Sum of RGB (Red+Green+Blue) = 198+81+140=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6518C is #39AE73. Grayscale: #7A7A7A. Windows color (decimal): -3780212 or 9195974. OLE color: 9195974.

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

Color convert

RGB19881140-
CMYK00.590.290.22
HSL329.74º50.65%54.71%-
HSV(B)329.74º59.09%77.65%-
XYZ30.9619.7827-
YUV122.71137.76181.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=47.26%
G=19.33%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988114000.590.290.22329.7450.6554.71
HexC6518C03B1D1614a3337
Octal30612121407335265126367
Binary1100011010100011000110001110111110110110101001010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6518C; }

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

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

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

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

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

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

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

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