#985355

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

Shades of Solid Pink #985355

Tints of Solid Pink #985355

Color information

#985355 (or 0x985355) is unknown color: approx Solid Pink. HEX triplet: 98, 53 and 55. RGB value is (152,83,85). Sum of RGB (Red+Green+Blue) = 152+83+85=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #985355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985355 is #67ACAA. Grayscale: #676767. Windows color (decimal): -6794411 or 5591960. OLE color: 5591960.

HSL color Cylindrical-coordinate representation of color #985355: hue angle of 358.26º 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 #985355 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB1528385-
CMYK00.450.440.40
HSL358.26º29.36%46.08%-
HSV(B)358.26º45.39%59.61%-
XYZ17.6813.5210.27-
YUV103.86117.36162.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=47.5%
G=25.94%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152838500.450.440.40358.2629.3646.08
Hex98535502D2C281661d2e
Octal23012312505554505463556
Binary1001100010100111010101010110110110010100010110011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985355; }

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

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

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

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

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

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

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

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