#984C74

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

Shades of Cannon Pink #984C74

Tints of Cannon Pink #984C74

Color information

#984C74 (or 0x984C74) is unknown color: approx Cannon Pink. HEX triplet: 98, 4C and 74. RGB value is (152,76,116). Sum of RGB (Red+Green+Blue) = 152+76+116=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #984C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984C74 is #67B38B. Grayscale: #676767. Windows color (decimal): -6796172 or 7621784. OLE color: 7621784.

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

Color convert

RGB15276116-
CMYK00.500.240.40
HSL328.42º33.33%44.71%-
HSV(B)328.42º50%59.61%-
XYZ18.6913.1118.07-
YUV103.28135.18162.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 76 (30.08% from 255) = 22.09%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=44.19%
G=22.09%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527611600.500.240.40328.4233.3344.71
Hex984C740321828148212d
Octal23011416406230505104155
Binary1001100010011001110100011001011000101000101001000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,76,116); }

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

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

 a { background-color: rgb(152,76,116); }

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

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

 span { border-color: rgb(152,76,116); }

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