#C7427E

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

Shades of Mulberry #C7427E

Tints of Mulberry #C7427E

Color information

#C7427E (or 0xC7427E) is unknown color: approx Mulberry. HEX triplet: C7, 42 and 7E. RGB value is (199,66,126). Sum of RGB (Red+Green+Blue) = 199+66+126=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7427E is #38BD81. Grayscale: #707070. Windows color (decimal): -3718530 or 8274631. OLE color: 8274631.

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

Color convert

RGB19966126-
CMYK00.670.370.22
HSL332.93º54.29%51.96%-
HSV(B)332.93º66.83%78.04%-
XYZ29.2717.5421.58-
YUV112.61135.56189.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=50.90%
G=16.88%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996612600.670.370.22332.9354.2951.96
HexC7427E043251614d3634
Octal307102176010345265156664
Binary11000111100001011111100100001110010110110101001101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7427E; }

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

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

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

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

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

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

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

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