Html Css Color HEX #997388 Mountbatten Pink

📋 copy color: '#997388'

red 153 ◦ green 115 ◦ blue 136

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

Shades of Mountbatten Pink #997388

Tints of Mountbatten Pink #997388

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 37.87%
G = 28.47%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#997388 (or 0x997388) is known color: Mountbatten Pink. HEX triplet: 99, 73 and 88. RGB value is (153,115,136). Sum of RGB (Red+Green+Blue) = 153+115+136=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #997388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997388 is #668C77. Grayscale: #808080. Windows color (decimal): -6720632 or 8942489. OLE color: 8942489.

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

Color convert

RGB 153 115 136 -
CMYK 0 0.25 0.11 0.4
HSL 326.84º 0.16% 0.53% -
HSV(B) 326.84º 0.25% 0.6% -
XYZ 23.71 20.81 26.06 -
YUV 128.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 153 115 136 0 0.25 0.11 0.4 326.84 0.16 0.53
Hex 99 73 88 0 19 B 28 147 10 35
Octal 231 163 210 0 31 13 50 507 20 65
Binary 10011001 1110011 10001000 0 11001 1011 101000 101000111 10000 110101

Color Harmonies of #997388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997388

Black with #997388

Text Example


Text Example

White with #997388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997388; }

 p { color: rgb(153,115,136); }

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

background-color css

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

 a { background-color: rgb(153,115,136); }

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

border-color css

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

 span { border-color: rgb(153,115,136); }

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