Html Css Color HEX #99708A Mountbatten Pink

📋 copy color: '#99708A'

red 153 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #99708A

Tints of Mountbatten Pink #99708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 37.97%
G = 27.79%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99708A (or 0x99708A) is known color: Mountbatten Pink. HEX triplet: 99, 70 and 8A. RGB value is (153,112,138). Sum of RGB (Red+Green+Blue) = 153+112+138=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #99708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99708A is #668F75. Grayscale: #7F7F7F. Windows color (decimal): -6721398 or 9072793. OLE color: 9072793.

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

Color convert

RGB 153 112 138 -
CMYK 0 0.27 0.10 0.4
HSL 321.95º 0.17% 0.52% -
HSV(B) 321.95º 0.27% 0.6% -
XYZ 23.52 20.2 26.7 -
YUV 127.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 153 112 138 0 0.27 0.10 0.4 321.95 0.17 0.52
Hex 99 70 8A 0 1B A 28 142 11 34
Octal 231 160 212 0 33 12 50 502 21 64
Binary 10011001 1110000 10001010 0 11011 1010 101000 101000010 10001 110100

Color Harmonies of #99708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99708A

Black with #99708A

Text Example


Text Example

White with #99708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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