#985171

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

Shades of Cannon Pink #985171

Tints of Cannon Pink #985171

Color information

#985171 (or 0x985171) is unknown color: approx Cannon Pink. HEX triplet: 98, 51 and 71. RGB value is (152,81,113). Sum of RGB (Red+Green+Blue) = 152+81+113=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #985171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985171 is #67AE8E. Grayscale: #696969. Windows color (decimal): -6794895 or 7426456. OLE color: 7426456.

HSL color Cylindrical-coordinate representation of color #985171: hue angle of 332.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985171 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB15281113-
CMYK00.470.260.40
HSL332.96º30.47%45.69%-
HSV(B)332.96º46.71%59.61%-
XYZ18.8713.7517.28-
YUV105.88132.02160.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=43.93%
G=23.41%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528111300.470.260.40332.9630.4745.69
Hex98517102F1A2814d1e2e
Octal23012116105732505153656
Binary100110001010001111000101011111101010100010100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985171; }

 p { color: rgb(152,81,113); }

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

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

 a { background-color: rgb(152,81,113); }

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

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

 span { border-color: rgb(152,81,113); }

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