#984D72

Color #984D72 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #984D72

Tints of Cannon Pink #984D72

Color information

#984D72 (or 0x984D72) is unknown color: approx Cannon Pink. HEX triplet: 98, 4D and 72. RGB value is (152,77,114). Sum of RGB (Red+Green+Blue) = 152+77+114=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #984D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D72 is #67B28D. Grayscale: #676767. Windows color (decimal): -6795918 or 7490968. OLE color: 7490968.

HSL color Cylindrical-coordinate representation of color #984D72: hue angle of 330.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984D72 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB15277114-
CMYK00.490.250.40
HSL330.4º32.75%44.9%-
HSV(B)330.4º49.34%59.61%-
XYZ18.6413.217.48-
YUV103.64133.85162.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=44.31%
G=22.45%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527711400.490.250.40330.432.7544.9
Hex984D72031192814a212d
Octal23011516206131505124155
Binary1001100010011011110010011000111001101000101001010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984D72; }

 p { color: rgb(152,77,114); }

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

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

 a { background-color: rgb(152,77,114); }

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

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

 span { border-color: rgb(152,77,114); }

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