#C7427C

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

Shades of Mulberry #C7427C

Tints of Mulberry #C7427C

Color information

#C7427C (or 0xC7427C) is unknown color: approx Mulberry. HEX triplet: C7, 42 and 7C. RGB value is (199,66,124). Sum of RGB (Red+Green+Blue) = 199+66+124=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7427C is #38BD83. Grayscale: #707070. Windows color (decimal): -3718532 or 8143559. OLE color: 8143559.

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

Color convert

RGB19966124-
CMYK00.670.380.22
HSL333.83º54.29%51.96%-
HSV(B)333.83º66.83%78.04%-
XYZ29.1417.4920.91-
YUV112.38134.56189.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=51.16%
G=16.97%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996612400.670.380.22333.8354.2951.96
HexC7427C043261614e3634
Octal307102174010346265166664
Binary11000111100001011111000100001110011010110101001110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7427C; }

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

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

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

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

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

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

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

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