Html Css Color HEX #996E92 Mountbatten Pink

📋 copy color: '#996E92'

red 153 ◦ green 110 ◦ blue 146

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

Shades of Mountbatten Pink #996E92

Tints of Mountbatten Pink #996E92

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

 BLUE value IS 146 (57.42% from 255) = 35.7%

R = 37.41%
G = 26.89%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#996E92 (or 0x996E92) is known color: Mountbatten Pink. HEX triplet: 99, 6E and 92. RGB value is (153,110,146). Sum of RGB (Red+Green+Blue) = 153+110+146=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #996E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E92 is #66916D. Grayscale: #7E7E7E. Windows color (decimal): -6721902 or 9596569. OLE color: 9596569.

HSL color Cylindrical-coordinate representation of color #996E92: hue angle of 309.77º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E92 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 146 -
CMYK 0 0.28 0.05 0.4
HSL 309.77º 0.17% 0.52% -
HSV(B) 309.77º 0.28% 0.6% -
XYZ 23.9 20 29.79 -
YUV 126.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 153 110 146 0 0.28 0.05 0.4 309.77 0.17 0.52
Hex 99 6E 92 0 1C 5 28 136 11 34
Octal 231 156 222 0 34 5 50 466 21 64
Binary 10011001 1101110 10010010 0 11100 101 101000 100110110 10001 110100

Color Harmonies of #996E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E92

Black with #996E92

Text Example


Text Example

White with #996E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996E92; }

 p { color: rgb(153,110,146); }

 H1.HeaderClassName
 {
   color: #996E92;
 }
 .AnyTagClassName
 {
   color: #996E92;
 }
</style>

background-color css

<style>
 a { background-color: #996E92; }

 a { background-color: rgb(153,110,146); }

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

border-color css

<style>
 span { border-color: #996E92; }

 span { border-color: rgb(153,110,146); }

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