#C6409F

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

Shades of Mulberry #C6409F

Tints of Mulberry #C6409F

Color information

#C6409F (or 0xC6409F) is unknown color: approx Mulberry. HEX triplet: C6, 40 and 9F. RGB value is (198,64,159). Sum of RGB (Red+Green+Blue) = 198+64+159=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6409F is #39BF60. Grayscale: #727272. Windows color (decimal): -3784545 or 10436806. OLE color: 10436806.

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

Color convert

RGB19864159-
CMYK00.680.200.22
HSL317.46º54.03%51.37%-
HSV(B)317.46º67.68%77.65%-
XYZ31.3818.1834.66-
YUV114.9152.89187.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 64 (25.39% from 255) = 15.20%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=47.03%
G=15.20%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986415900.680.200.22317.4654.0351.37
HexC6409F044141613d3633
Octal306100237010424264756663
Binary11000110100000010011111010001001010010110100111101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6409F; }

 p { color: rgb(198,64,159); }

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

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

 a { background-color: rgb(198,64,159); }

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

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

 span { border-color: rgb(198,64,159); }

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