Html Css Color HEX #99698F Mountbatten Pink

📋 copy color: '#99698F'

red 153 ◦ green 105 ◦ blue 143

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

Shades of Mountbatten Pink #99698F

Tints of Mountbatten Pink #99698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 38.15%
G = 26.18%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99698F (or 0x99698F) is known color: Mountbatten Pink. HEX triplet: 99, 69 and 8F. RGB value is (153,105,143). Sum of RGB (Red+Green+Blue) = 153+105+143=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #99698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99698F is #669670. Grayscale: #7B7B7B. Windows color (decimal): -6723185 or 9398681. OLE color: 9398681.

HSL color Cylindrical-coordinate representation of color #99698F: hue angle of 312.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99698F is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 143 -
CMYK 0 0.31 0.07 0.4
HSL 312.5º 0.19% 0.51% -
HSV(B) 312.5º 0.31% 0.6% -
XYZ 23.15 18.86 28.41 -
YUV 123.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 153 105 143 0 0.31 0.07 0.4 312.5 0.19 0.51
Hex 99 69 8F 0 1F 7 28 138 13 33
Octal 231 151 217 0 37 7 50 470 23 63
Binary 10011001 1101001 10001111 0 11111 111 101000 100111000 10011 110011

Color Harmonies of #99698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99698F

Black with #99698F

Text Example


Text Example

White with #99698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99698F; }

 p { color: rgb(153,105,143); }

 H1.HeaderClassName
 {
   color: #99698F;
 }
 .AnyTagClassName
 {
   color: #99698F;
 }
</style>

background-color css

<style>
 a { background-color: #99698F; }

 a { background-color: rgb(153,105,143); }

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

border-color css

<style>
 span { border-color: #99698F; }

 span { border-color: rgb(153,105,143); }

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