Html Css Color HEX #99708E Mountbatten Pink

📋 copy color: '#99708E'

red 153 ◦ green 112 ◦ blue 142

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

Shades of Mountbatten Pink #99708E

Tints of Mountbatten Pink #99708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 37.59%
G = 27.52%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99708E (or 0x99708E) is known color: Mountbatten Pink. HEX triplet: 99, 70 and 8E. RGB value is (153,112,142). Sum of RGB (Red+Green+Blue) = 153+112+142=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99708E is #668F71. Grayscale: #7F7F7F. Windows color (decimal): -6721394 or 9334937. OLE color: 9334937.

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

Color convert

RGB 153 112 142 -
CMYK 0 0.27 0.07 0.4
HSL 316.1º 0.17% 0.52% -
HSV(B) 316.1º 0.27% 0.6% -
XYZ 23.81 20.31 28.26 -
YUV 127.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 153 112 142 0 0.27 0.07 0.4 316.1 0.17 0.52
Hex 99 70 8E 0 1B 7 28 13C 11 34
Octal 231 160 216 0 33 7 50 474 21 64
Binary 10011001 1110000 10001110 0 11011 111 101000 100111100 10001 110100

Color Harmonies of #99708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99708E

Black with #99708E

Text Example


Text Example

White with #99708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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