Html Css Color HEX #99708B Mountbatten Pink

📋 copy color: '#99708B'

red 153 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #99708B

Tints of Mountbatten Pink #99708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 37.87%
G = 27.72%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99708B (or 0x99708B) is known color: Mountbatten Pink. HEX triplet: 99, 70 and 8B. RGB value is (153,112,139). Sum of RGB (Red+Green+Blue) = 153+112+139=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #99708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99708B is #668F74. Grayscale: #7F7F7F. Windows color (decimal): -6721397 or 9138329. OLE color: 9138329.

HSL color Cylindrical-coordinate representation of color #99708B: hue angle of 320.49º 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 #99708B is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 139 -
CMYK 0 0.27 0.09 0.4
HSL 320.49º 0.17% 0.52% -
HSV(B) 320.49º 0.27% 0.6% -
XYZ 23.59 20.22 27.09 -
YUV 127.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 153 112 139 0 0.27 0.09 0.4 320.49 0.17 0.52
Hex 99 70 8B 0 1B 9 28 140 11 34
Octal 231 160 213 0 33 11 50 500 21 64
Binary 10011001 1110000 10001011 0 11011 1001 101000 101000000 10001 110100

Color Harmonies of #99708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99708B

Black with #99708B

Text Example


Text Example

White with #99708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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