#984E6F

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

Shades of Cannon Pink #984E6F

Tints of Cannon Pink #984E6F

Color information

#984E6F (or 0x984E6F) is unknown color: approx Cannon Pink. HEX triplet: 98, 4E and 6F. RGB value is (152,78,111). Sum of RGB (Red+Green+Blue) = 152+78+111=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #984E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E6F is #67B190. Grayscale: #676767. Windows color (decimal): -6795665 or 7294616. OLE color: 7294616.

HSL color Cylindrical-coordinate representation of color #984E6F: hue angle of 333.24º degrees, saturation: 0.32, 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 #984E6F is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15278111-
CMYK00.490.270.40
HSL333.24º32.17%45.1%-
HSV(B)333.24º48.68%59.61%-
XYZ18.5413.2716.62-
YUV103.89132.02162.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=44.57%
G=22.87%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527811100.490.270.40333.2432.1745.1
Hex984E6F0311B2814d202d
Octal23011615706133505154055
Binary1001100010011101101111011000111011101000101001101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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