#985053

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

Shades of Solid Pink #985053

Tints of Solid Pink #985053

Color information

#985053 (or 0x985053) is unknown color: approx Solid Pink. HEX triplet: 98, 50 and 53. RGB value is (152,80,83). Sum of RGB (Red+Green+Blue) = 152+80+83=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #985053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985053 is #67AFAC. Grayscale: #656565. Windows color (decimal): -6795181 or 5460120. OLE color: 5460120.

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

Color convert

RGB1528083-
CMYK00.470.450.40
HSL357.5º31.03%45.49%-
HSV(B)357.5º47.37%59.61%-
XYZ17.3813.049.78-
YUV101.87117.35163.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=48.25%
G=25.40%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152808300.470.450.40357.531.0345.49
Hex98505302F2D281661f2d
Octal23012012305755505463755
Binary1001100010100001010011010111110110110100010110011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985053; }

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

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

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

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

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

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

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

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