#C6428A

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

Shades of Mulberry #C6428A

Tints of Mulberry #C6428A

Color information

#C6428A (or 0xC6428A) is unknown color: approx Mulberry. HEX triplet: C6, 42 and 8A. RGB value is (198,66,138). Sum of RGB (Red+Green+Blue) = 198+66+138=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6428A is #39BD75. Grayscale: #717171. Windows color (decimal): -3784054 or 9061062. OLE color: 9061062.

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

Color convert

RGB19866138-
CMYK00.670.300.22
HSL327.27º53.66%51.76%-
HSV(B)327.27º66.67%77.65%-
XYZ29.8217.7425.9-
YUV113.68141.73188.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.25%
GREEN value IS 66 (26.17% from 255) = 16.42%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=49.25%
G=16.42%
B=34.33%

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
Decimal1986613800.670.300.22327.2753.6651.76
HexC6428A0431E161473634
Octal306102212010336265076664
Binary11000110100001010001010010000111111010110101000111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6428A; }

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

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

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

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

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

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

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

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