Html Css Color HEX #984E50 Solid Pink

📋 copy color: '#984E50'

red 152 ◦ green 78 ◦ blue 80

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

Shades of Solid Pink #984E50

Tints of Solid Pink #984E50

RGB

 RED value IS 152 (59.77% from 255) = 49.03%

 GREEN value IS 78 (30.86% from 255) = 25.16%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 49.03%
G = 25.16%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#984E50 (or 0x984E50) is known color: Solid Pink. HEX triplet: 98, 4E and 50. RGB value is (152,78,80). Sum of RGB (Red+Green+Blue) = 152+78+80=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #984E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E50 is #67B1AF. Grayscale: #646464. Windows color (decimal): -6795696 or 5263000. OLE color: 5263000.

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

Color convert

RGB 152 78 80 -
CMYK 0 0.49 0.47 0.40
HSL 358.38º 0.32% 0.45% -
HSV(B) 358.38º 0.49% 0.6% -
XYZ 17.12 12.7 9.14 -
YUV 100.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 152 78 80 0 0.49 0.47 0.40 358.38 0.32 0.45
Hex 98 4E 50 0 31 2F 28 166 20 2D
Octal 230 116 120 0 61 57 50 546 40 55
Binary 10011000 1001110 1010000 0 110001 101111 101000 101100110 100000 101101

Color Harmonies of #984E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E50

Black with #984E50

Text Example


Text Example

White with #984E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984E50; }

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

 H1.HeaderClassName
 {
   color: #984E50;
 }
 .AnyTagClassName
 {
   color: #984E50;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #984E50;
 }
 .BgClassName
 {
   background-color: #984E50;
 }
</style>

border-color css

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

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

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