Html Css Color HEX #997996 Mountbatten Pink

📋 copy color: '#997996'

red 153 ◦ green 121 ◦ blue 150

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

Shades of Mountbatten Pink #997996

Tints of Mountbatten Pink #997996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.54%

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 36.08%
G = 28.54%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#997996 (or 0x997996) is known color: Mountbatten Pink. HEX triplet: 99, 79 and 96. RGB value is (153,121,150). Sum of RGB (Red+Green+Blue) = 153+121+150=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #997996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997996 is #668669. Grayscale: #858585. Windows color (decimal): -6719082 or 9861529. OLE color: 9861529.

HSL color Cylindrical-coordinate representation of color #997996: hue angle of 305.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997996 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 150 -
CMYK 0 0.21 0.02 0.4
HSL 305.63º 0.14% 0.54% -
HSV(B) 305.63º 0.21% 0.6% -
XYZ 25.48 22.65 31.88 -
YUV 133.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 153 121 150 0 0.21 0.02 0.4 305.63 0.14 0.54
Hex 99 79 96 0 15 2 28 132 E 36
Octal 231 171 226 0 25 2 50 462 16 66
Binary 10011001 1111001 10010110 0 10101 10 101000 100110010 1110 110110

Color Harmonies of #997996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997996

Black with #997996

Text Example


Text Example

White with #997996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997996; }

 p { color: rgb(153,121,150); }

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

background-color css

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

 a { background-color: rgb(153,121,150); }

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

border-color css

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

 span { border-color: rgb(153,121,150); }

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