Html Css Color HEX #997092 Mountbatten Pink

📋 copy color: '#997092'

red 153 ◦ green 112 ◦ blue 146

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

Shades of Mountbatten Pink #997092

Tints of Mountbatten Pink #997092

RGB

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

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

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

R = 37.23%
G = 27.25%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#997092 (or 0x997092) is known color: Mountbatten Pink. HEX triplet: 99, 70 and 92. RGB value is (153,112,146). Sum of RGB (Red+Green+Blue) = 153+112+146=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #997092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997092 is #668F6D. Grayscale: #808080. Windows color (decimal): -6721390 or 9597081. OLE color: 9597081.

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

Color convert

RGB 153 112 146 -
CMYK 0 0.27 0.05 0.4
HSL 310.24º 0.17% 0.52% -
HSV(B) 310.24º 0.27% 0.6% -
XYZ 24.12 20.44 29.87 -
YUV 128.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 153 112 146 0 0.27 0.05 0.4 310.24 0.17 0.52
Hex 99 70 92 0 1B 5 28 136 11 34
Octal 231 160 222 0 33 5 50 466 21 64
Binary 10011001 1110000 10010010 0 11011 101 101000 100110110 10001 110100

Color Harmonies of #997092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997092

Black with #997092

Text Example


Text Example

White with #997092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997092; }

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

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

background-color css

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

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

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

border-color css

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

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

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