#C7497C

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

Shades of Mulberry #C7497C

Tints of Mulberry #C7497C

Color information

#C7497C (or 0xC7497C) is unknown color: approx Mulberry. HEX triplet: C7, 49 and 7C. RGB value is (199,73,124). Sum of RGB (Red+Green+Blue) = 199+73+124=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7497C is #38B683. Grayscale: #747474. Windows color (decimal): -3716740 or 8145351. OLE color: 8145351.

HSL color Cylindrical-coordinate representation of color #C7497C: hue angle of 335.71º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7497C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB19973124-
CMYK00.630.380.22
HSL335.71º52.94%53.33%-
HSV(B)335.71º63.32%78.04%-
XYZ29.5718.3621.05-
YUV116.49132.24186.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.25%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=50.25%
G=18.43%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997312400.630.380.22335.7152.9453.33
HexC7497C03F26161503535
Octal30711117407746265206565
Binary1100011110010011111100011111110011010110101010000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7497C; }

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

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

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

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

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

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

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

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