Html Css Color HEX #99708D Mountbatten Pink

📋 copy color: '#99708D'

red 153 ◦ green 112 ◦ blue 141

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

Shades of Mountbatten Pink #99708D

Tints of Mountbatten Pink #99708D

RGB

 RED value IS 153 (60.16% from 255) = 37.68%

 GREEN value IS 112 (44.14% from 255) = 27.59%

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

R = 37.68%
G = 27.59%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99708D (or 0x99708D) is known color: Mountbatten Pink. HEX triplet: 99, 70 and 8D. RGB value is (153,112,141). Sum of RGB (Red+Green+Blue) = 153+112+141=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #99708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99708D is #668F72. Grayscale: #7F7F7F. Windows color (decimal): -6721395 or 9269401. OLE color: 9269401.

HSL color Cylindrical-coordinate representation of color #99708D: hue angle of 317.56º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99708D is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 141 -
CMYK 0 0.27 0.08 0.4
HSL 317.56º 0.17% 0.52% -
HSV(B) 317.56º 0.27% 0.6% -
XYZ 23.74 20.28 27.86 -
YUV 127.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 153 112 141 0 0.27 0.08 0.4 317.56 0.17 0.52
Hex 99 70 8D 0 1B 8 28 13E 11 34
Octal 231 160 215 0 33 10 50 476 21 64
Binary 10011001 1110000 10001101 0 11011 1000 101000 100111110 10001 110100

Color Harmonies of #99708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99708D

Black with #99708D

Text Example


Text Example

White with #99708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,112,141); }

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

background-color css

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

 a { background-color: rgb(153,112,141); }

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

border-color css

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

 span { border-color: rgb(153,112,141); }

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