Html Css Color HEX #98748F Mountbatten Pink

📋 copy color: '#98748F'

red 152 ◦ green 116 ◦ blue 143

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

Shades of Mountbatten Pink #98748F

Tints of Mountbatten Pink #98748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 36.98%
G = 28.22%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98748F (or 0x98748F) is known color: Mountbatten Pink. HEX triplet: 98, 74 and 8F. RGB value is (152,116,143). Sum of RGB (Red+Green+Blue) = 152+116+143=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98748F is #678B70. Grayscale: #818181. Windows color (decimal): -6785905 or 9401496. OLE color: 9401496.

HSL color Cylindrical-coordinate representation of color #98748F: hue angle of 315º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98748F is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 116 143 -
CMYK 0 0.24 0.06 0.40
HSL 315º 0.15% 0.53% -
HSV(B) 315º 0.24% 0.6% -
XYZ 24.15 21.15 28.8 -
YUV 129.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 152 116 143 0 0.24 0.06 0.40 315 0.15 0.53
Hex 98 74 8F 0 18 6 28 13B F 35
Octal 230 164 217 0 30 6 50 473 17 65
Binary 10011000 1110100 10001111 0 11000 110 101000 100111011 1111 110101

Color Harmonies of #98748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98748F

Black with #98748F

Text Example


Text Example

White with #98748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98748F; }

 p { color: rgb(152,116,143); }

 H1.HeaderClassName
 {
   color: #98748F;
 }
 .AnyTagClassName
 {
   color: #98748F;
 }
</style>

background-color css

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

 a { background-color: rgb(152,116,143); }

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

border-color css

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

 span { border-color: rgb(152,116,143); }

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