#C7428C

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

Shades of Mulberry #C7428C

Tints of Mulberry #C7428C

Color information

#C7428C (or 0xC7428C) is unknown color: approx Mulberry. HEX triplet: C7, 42 and 8C. RGB value is (199,66,140). Sum of RGB (Red+Green+Blue) = 199+66+140=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7428C is #38BD73. Grayscale: #727272. Windows color (decimal): -3718516 or 9192135. OLE color: 9192135.

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

Color convert

RGB19966140-
CMYK00.670.300.22
HSL326.62º54.29%51.96%-
HSV(B)326.62º66.83%78.04%-
XYZ30.2417.9326.68-
YUV114.2142.56188.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=49.14%
G=16.30%
B=34.57%

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
Decimal1996614000.670.300.22326.6254.2951.96
HexC7428C0431E161473634
Octal307102214010336265076664
Binary11000111100001010001100010000111111010110101000111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7428C; }

 p { color: rgb(199,66,140); }

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

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

 a { background-color: rgb(199,66,140); }

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

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

 span { border-color: rgb(199,66,140); }

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