Html Css Color HEX #997692 Mountbatten Pink

📋 copy color: '#997692'

red 153 ◦ green 118 ◦ blue 146

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

Shades of Mountbatten Pink #997692

Tints of Mountbatten Pink #997692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 36.69%
G = 28.3%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#997692 (or 0x997692) is known color: Mountbatten Pink. HEX triplet: 99, 76 and 92. RGB value is (153,118,146). Sum of RGB (Red+Green+Blue) = 153+118+146=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #997692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997692 is #66896D. Grayscale: #838383. Windows color (decimal): -6719854 or 9598617. OLE color: 9598617.

HSL color Cylindrical-coordinate representation of color #997692: hue angle of 312º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997692 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 146 -
CMYK 0 0.23 0.05 0.4
HSL 312º 0.15% 0.53% -
HSV(B) 312º 0.23% 0.6% -
XYZ 24.8 21.8 30.1 -
YUV 131.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 153 118 146 0 0.23 0.05 0.4 312 0.15 0.53
Hex 99 76 92 0 17 5 28 138 F 35
Octal 231 166 222 0 27 5 50 470 17 65
Binary 10011001 1110110 10010010 0 10111 101 101000 100111000 1111 110101

Color Harmonies of #997692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997692

Black with #997692

Text Example


Text Example

White with #997692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997692; }

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

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

background-color css

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

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

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

border-color css

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

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

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