#C6429F

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

Shades of Mulberry #C6429F

Tints of Mulberry #C6429F

Color information

#C6429F (or 0xC6429F) is unknown color: approx Mulberry. HEX triplet: C6, 42 and 9F. RGB value is (198,66,159). Sum of RGB (Red+Green+Blue) = 198+66+159=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6429F is #39BD60. Grayscale: #737373. Windows color (decimal): -3784033 or 10437318. OLE color: 10437318.

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

Color convert

RGB19866159-
CMYK00.670.200.22
HSL317.73º53.66%51.76%-
HSV(B)317.73º66.67%77.65%-
XYZ31.4918.4134.69-
YUV116.07152.23186.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=46.81%
G=15.60%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986615900.670.200.22317.7353.6651.76
HexC6429F043141613e3634
Octal306102237010324264766664
Binary11000110100001010011111010000111010010110100111110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6429F; }

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

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

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

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

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

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

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

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