#C7488F

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

Shades of Mulberry #C7488F

Tints of Mulberry #C7488F

Color information

#C7488F (or 0xC7488F) is unknown color: approx Mulberry. HEX triplet: C7, 48 and 8F. RGB value is (199,72,143). Sum of RGB (Red+Green+Blue) = 199+72+143=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7488F is #38B770. Grayscale: #757575. Windows color (decimal): -3716977 or 9390279. OLE color: 9390279.

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

Color convert

RGB19972143-
CMYK00.640.280.22
HSL326.46º53.14%53.14%-
HSV(B)326.46º63.82%78.04%-
XYZ30.8318.7627.98-
YUV118.07142.08185.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 72 (28.52% from 255) = 17.39%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=48.07%
G=17.39%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997214300.640.280.22326.4653.1453.14
HexC7488F0401C161463535
Octal307110217010034265066565
Binary11000111100100010001111010000001110010110101000110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7488F; }

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

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

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

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

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

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

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

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