Html Css Color HEX #99718A Mountbatten Pink

📋 copy color: '#99718A'

red 153 ◦ green 113 ◦ blue 138

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

Shades of Mountbatten Pink #99718A

Tints of Mountbatten Pink #99718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 37.87%
G = 27.97%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99718A (or 0x99718A) is known color: Mountbatten Pink. HEX triplet: 99, 71 and 8A. RGB value is (153,113,138). Sum of RGB (Red+Green+Blue) = 153+113+138=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #99718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99718A is #668E75. Grayscale: #7F7F7F. Windows color (decimal): -6721142 or 9073049. OLE color: 9073049.

HSL color Cylindrical-coordinate representation of color #99718A: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99718A is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 138 -
CMYK 0 0.26 0.10 0.4
HSL 322.5º 0.16% 0.52% -
HSV(B) 322.5º 0.26% 0.6% -
XYZ 23.63 20.42 26.74 -
YUV 127.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 153 113 138 0 0.26 0.10 0.4 322.5 0.16 0.52
Hex 99 71 8A 0 1A A 28 142 10 34
Octal 231 161 212 0 32 12 50 502 20 64
Binary 10011001 1110001 10001010 0 11010 1010 101000 101000010 10000 110100

Color Harmonies of #99718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99718A

Black with #99718A

Text Example


Text Example

White with #99718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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