Html Css Color HEX #98738C Mountbatten Pink

📋 copy color: '#98738C'

red 152 ◦ green 115 ◦ blue 140

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

Shades of Mountbatten Pink #98738C

Tints of Mountbatten Pink #98738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 37.35%
G = 28.26%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98738C (or 0x98738C) is known color: Mountbatten Pink. HEX triplet: 98, 73 and 8C. RGB value is (152,115,140). Sum of RGB (Red+Green+Blue) = 152+115+140=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98738C is #678C73. Grayscale: #808080. Windows color (decimal): -6786164 or 9204632. OLE color: 9204632.

HSL color Cylindrical-coordinate representation of color #98738C: hue angle of 319.46º 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 #98738C is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 140 -
CMYK 0 0.24 0.08 0.40
HSL 319.46º 0.15% 0.52% -
HSV(B) 319.46º 0.24% 0.6% -
XYZ 23.81 20.83 27.58 -
YUV 128.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 152 115 140 0 0.24 0.08 0.40 319.46 0.15 0.52
Hex 98 73 8C 0 18 8 28 13F F 34
Octal 230 163 214 0 30 10 50 477 17 64
Binary 10011000 1110011 10001100 0 11000 1000 101000 100111111 1111 110100

Color Harmonies of #98738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98738C

Black with #98738C

Text Example


Text Example

White with #98738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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