#C7428E

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

Shades of Mulberry #C7428E

Tints of Mulberry #C7428E

Color information

#C7428E (or 0xC7428E) is unknown color: approx Mulberry. HEX triplet: C7, 42 and 8E. RGB value is (199,66,142). Sum of RGB (Red+Green+Blue) = 199+66+142=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7428E is #38BD71. Grayscale: #727272. Windows color (decimal): -3718514 or 9323207. OLE color: 9323207.

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

Color convert

RGB19966142-
CMYK00.670.290.22
HSL325.71º54.29%51.96%-
HSV(B)325.71º66.83%78.04%-
XYZ30.3817.9927.46-
YUV114.43143.56188.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=48.89%
G=16.22%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996614200.670.290.22325.7154.2951.96
HexC7428E0431D161463634
Octal307102216010335265066664
Binary11000111100001010001110010000111110110110101000110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7428E; }

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

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

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

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

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

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

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

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