Html Css Color HEX #985355 Solid Pink

📋 copy color: '#985355'

red 152 ◦ green 83 ◦ blue 85

#985355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #985355

Tints of Solid Pink #985355

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 value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#985355 (or 0x985355) is known color: 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

RGB 152 83 85 -
CMYK 0 0.45 0.44 0.40
HSL 358.26º 0.29% 0.46% -
HSV(B) 358.26º 0.45% 0.6% -
XYZ 17.68 13.52 10.27 -
YUV 103.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 152 83 85 0 0.45 0.44 0.40 358.26 0.29 0.46
Hex 98 53 55 0 2D 2C 28 166 1D 2E
Octal 230 123 125 0 55 54 50 546 35 56
Binary 10011000 1010011 1010101 0 101101 101100 101000 101100110 11101 101110

Color Harmonies of #985355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985355

Black with #985355

Text Example


Text Example

White with #985355

Text Example


Text Example

HTML Codes & Css Web 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>