Html Css Color HEX #99698E Mountbatten Pink

📋 copy color: '#99698E'

red 153 ◦ green 105 ◦ blue 142

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

Shades of Mountbatten Pink #99698E

Tints of Mountbatten Pink #99698E

RGB

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

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

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

R = 38.25%
G = 26.25%
B = 35.5%

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

#99698E (or 0x99698E) is known color: Mountbatten Pink. HEX triplet: 99, 69 and 8E. RGB value is (153,105,142). Sum of RGB (Red+Green+Blue) = 153+105+142=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #99698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99698E is #669671. Grayscale: #7B7B7B. Windows color (decimal): -6723186 or 9333145. OLE color: 9333145.

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

Color convert

RGB 153 105 142 -
CMYK 0 0.31 0.07 0.4
HSL 313.75º 0.19% 0.51% -
HSV(B) 313.75º 0.31% 0.6% -
XYZ 23.07 18.83 28.01 -
YUV 123.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 153 105 142 0 0.31 0.07 0.4 313.75 0.19 0.51
Hex 99 69 8E 0 1F 7 28 13A 13 33
Octal 231 151 216 0 37 7 50 472 23 63
Binary 10011001 1101001 10001110 0 11111 111 101000 100111010 10011 110011

Color Harmonies of #99698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99698E

Black with #99698E

Text Example


Text Example

White with #99698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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