Html Css Color HEX #98738D Mountbatten Pink

📋 copy color: '#98738D'

red 152 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #98738D

Tints of Mountbatten Pink #98738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 37.25%
G = 28.19%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98738D (or 0x98738D) is known color: Mountbatten Pink. HEX triplet: 98, 73 and 8D. RGB value is (152,115,141). Sum of RGB (Red+Green+Blue) = 152+115+141=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98738D is #678C72. Grayscale: #808080. Windows color (decimal): -6786163 or 9270168. OLE color: 9270168.

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

Color convert

RGB 152 115 141 -
CMYK 0 0.24 0.07 0.40
HSL 317.84º 0.15% 0.52% -
HSV(B) 317.84º 0.24% 0.6% -
XYZ 23.89 20.86 27.97 -
YUV 129.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 152 115 141 0 0.24 0.07 0.40 317.84 0.15 0.52
Hex 98 73 8D 0 18 7 28 13E F 34
Octal 230 163 215 0 30 7 50 476 17 64
Binary 10011000 1110011 10001101 0 11000 111 101000 100111110 1111 110100

Color Harmonies of #98738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98738D

Black with #98738D

Text Example


Text Example

White with #98738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98738D; }

 p { color: rgb(152,115,141); }

 H1.HeaderClassName
 {
   color: #98738D;
 }
 .AnyTagClassName
 {
   color: #98738D;
 }
</style>

background-color css

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

 a { background-color: rgb(152,115,141); }

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

border-color css

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

 span { border-color: rgb(152,115,141); }

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