#C6418A

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

Shades of Mulberry #C6418A

Tints of Mulberry #C6418A

Color information

#C6418A (or 0xC6418A) is unknown color: approx Mulberry. HEX triplet: C6, 41 and 8A. RGB value is (198,65,138). Sum of RGB (Red+Green+Blue) = 198+65+138=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6418A is #39BE75. Grayscale: #707070. Windows color (decimal): -3784310 or 9060806. OLE color: 9060806.

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

Color convert

RGB19865138-
CMYK00.670.300.22
HSL327.07º53.85%51.57%-
HSV(B)327.07º67.17%77.65%-
XYZ29.7717.6225.88-
YUV113.09142.06188.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.38%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=49.38%
G=16.21%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986513800.670.300.22327.0753.8551.57
HexC6418A0431E161473634
Octal306101212010336265076664
Binary11000110100000110001010010000111111010110101000111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6418A; }

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

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

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

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

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

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

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

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