#984F6F

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

Shades of Cannon Pink #984F6F

Tints of Cannon Pink #984F6F

Color information

#984F6F (or 0x984F6F) is unknown color: approx Cannon Pink. HEX triplet: 98, 4F and 6F. RGB value is (152,79,111). Sum of RGB (Red+Green+Blue) = 152+79+111=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #984F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F6F is #67B090. Grayscale: #686868. Windows color (decimal): -6795409 or 7294872. OLE color: 7294872.

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

Color convert

RGB15279111-
CMYK00.480.270.40
HSL333.7º31.6%45.29%-
HSV(B)333.7º48.03%59.61%-
XYZ18.6113.4216.65-
YUV104.48131.68161.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=44.44%
G=23.10%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527911100.480.270.40333.731.645.29
Hex984F6F0301B2814e202d
Octal23011715706033505164055
Binary1001100010011111101111011000011011101000101001110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,79,111); }

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

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

 a { background-color: rgb(152,79,111); }

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

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

 span { border-color: rgb(152,79,111); }

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