#C7488C

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

Shades of Mulberry #C7488C

Tints of Mulberry #C7488C

Color information

#C7488C (or 0xC7488C) is unknown color: approx Mulberry. HEX triplet: C7, 48 and 8C. RGB value is (199,72,140). Sum of RGB (Red+Green+Blue) = 199+72+140=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7488C is #38B773. Grayscale: #757575. Windows color (decimal): -3716980 or 9193671. OLE color: 9193671.

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

Color convert

RGB19972140-
CMYK00.640.300.22
HSL327.87º53.14%53.14%-
HSV(B)327.87º63.82%78.04%-
XYZ30.618.6726.8-
YUV117.72140.58185.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=48.42%
G=17.52%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997214000.640.300.22327.8753.1453.14
HexC7488C0401E161483535
Octal307110214010036265106565
Binary11000111100100010001100010000001111010110101001000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7488C; }

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

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

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

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

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

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

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

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