#985456

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

Shades of Solid Pink #985456

Tints of Solid Pink #985456

Color information

#985456 (or 0x985456) is unknown color: approx Solid Pink. HEX triplet: 98, 54 and 56. RGB value is (152,84,86). Sum of RGB (Red+Green+Blue) = 152+84+86=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985456 is #67ABA9. Grayscale: #686868. Windows color (decimal): -6794154 or 5657752. OLE color: 5657752.

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

Color convert

RGB1528486-
CMYK00.450.430.40
HSL358.24º28.81%46.27%-
HSV(B)358.24º44.74%59.61%-
XYZ17.813.6910.51-
YUV104.56117.53161.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=47.20%
G=26.09%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152848600.450.430.40358.2428.8146.27
Hex98545602D2B281661d2e
Octal23012412605553505463556
Binary1001100010101001010110010110110101110100010110011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985456; }

 p { color: rgb(152,84,86); }

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

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

 a { background-color: rgb(152,84,86); }

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

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

 span { border-color: rgb(152,84,86); }

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