Html Css Color HEX #987588 Mountbatten Pink

📋 copy color: '#987588'

red 152 ◦ green 117 ◦ blue 136

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

Shades of Mountbatten Pink #987588

Tints of Mountbatten Pink #987588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

 BLUE value IS 136 (53.52% from 255) = 33.58%

R = 37.53%
G = 28.89%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#987588 (or 0x987588) is known color: Mountbatten Pink. HEX triplet: 98, 75 and 88. RGB value is (152,117,136). Sum of RGB (Red+Green+Blue) = 152+117+136=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #987588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987588 is #678A77. Grayscale: #818181. Windows color (decimal): -6785656 or 8943000. OLE color: 8943000.

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

Color convert

RGB 152 117 136 -
CMYK 0 0.23 0.11 0.40
HSL 327.43º 0.15% 0.53% -
HSV(B) 327.43º 0.23% 0.6% -
XYZ 23.75 21.18 26.13 -
YUV 129.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 152 117 136 0 0.23 0.11 0.40 327.43 0.15 0.53
Hex 98 75 88 0 17 B 28 147 F 35
Octal 230 165 210 0 27 13 50 507 17 65
Binary 10011000 1110101 10001000 0 10111 1011 101000 101000111 1111 110101

Color Harmonies of #987588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987588

Black with #987588

Text Example


Text Example

White with #987588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987588; }

 p { color: rgb(152,117,136); }

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

background-color css

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

 a { background-color: rgb(152,117,136); }

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

border-color css

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

 span { border-color: rgb(152,117,136); }

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