Html Css Color HEX #987289 Mountbatten Pink

📋 copy color: '#987289'

red 152 ◦ green 114 ◦ blue 137

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

Shades of Mountbatten Pink #987289

Tints of Mountbatten Pink #987289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.29%

 BLUE value IS 137 (53.91% from 255) = 34%

R = 37.72%
G = 28.29%
B = 34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#987289 (or 0x987289) is known color: Mountbatten Pink. HEX triplet: 98, 72 and 89. RGB value is (152,114,137). Sum of RGB (Red+Green+Blue) = 152+114+137=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987289 is #678D76. Grayscale: #7F7F7F. Windows color (decimal): -6786423 or 9007768. OLE color: 9007768.

HSL color Cylindrical-coordinate representation of color #987289: hue angle of 323.68º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #987289 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 137 -
CMYK 0 0.25 0.10 0.40
HSL 323.68º 0.16% 0.52% -
HSV(B) 323.68º 0.25% 0.6% -
XYZ 23.48 20.52 26.39 -
YUV 127.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 152 114 137 0 0.25 0.10 0.40 323.68 0.16 0.52
Hex 98 72 89 0 19 A 28 144 10 34
Octal 230 162 211 0 31 12 50 504 20 64
Binary 10011000 1110010 10001001 0 11001 1010 101000 101000100 10000 110100

Color Harmonies of #987289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987289

Black with #987289

Text Example


Text Example

White with #987289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987289; }

 p { color: rgb(152,114,137); }

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

background-color css

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

 a { background-color: rgb(152,114,137); }

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

border-color css

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

 span { border-color: rgb(152,114,137); }

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