#985253

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

Shades of Solid Pink #985253

Tints of Solid Pink #985253

Color information

#985253 (or 0x985253) is unknown color: approx Solid Pink. HEX triplet: 98, 52 and 53. RGB value is (152,82,83). Sum of RGB (Red+Green+Blue) = 152+82+83=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #985253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985253 is #67ADAC. Grayscale: #676767. Windows color (decimal): -6794669 or 5460632. OLE color: 5460632.

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

Color convert

RGB1528283-
CMYK00.460.450.40
HSL359.14º29.91%45.88%-
HSV(B)359.14º46.05%59.61%-
XYZ17.5313.339.83-
YUV103.04116.69162.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=47.95%
G=25.87%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152828300.460.450.40359.1429.9145.88
Hex98525302E2D281671e2e
Octal23012212305655505473656
Binary1001100010100101010011010111010110110100010110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985253; }

 p { color: rgb(152,82,83); }

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

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

 a { background-color: rgb(152,82,83); }

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

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

 span { border-color: rgb(152,82,83); }

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