Html Css Color HEX #997290 Mountbatten Pink

📋 copy color: '#997290'

red 153 ◦ green 114 ◦ blue 144

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

Shades of Mountbatten Pink #997290

Tints of Mountbatten Pink #997290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 37.23%
G = 27.74%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#997290 (or 0x997290) is known color: Mountbatten Pink. HEX triplet: 99, 72 and 90. RGB value is (153,114,144). Sum of RGB (Red+Green+Blue) = 153+114+144=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #997290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997290 is #668D6F. Grayscale: #818181. Windows color (decimal): -6720880 or 9466521. OLE color: 9466521.

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

Color convert

RGB 153 114 144 -
CMYK 0 0.25 0.06 0.4
HSL 313.85º 0.16% 0.52% -
HSV(B) 313.85º 0.25% 0.6% -
XYZ 24.19 20.82 29.13 -
YUV 129.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 153 114 144 0 0.25 0.06 0.4 313.85 0.16 0.52
Hex 99 72 90 0 19 6 28 13A 10 34
Octal 231 162 220 0 31 6 50 472 20 64
Binary 10011001 1110010 10010000 0 11001 110 101000 100111010 10000 110100

Color Harmonies of #997290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997290

Black with #997290

Text Example


Text Example

White with #997290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997290; }

 p { color: rgb(153,114,144); }

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

background-color css

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

 a { background-color: rgb(153,114,144); }

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

border-color css

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

 span { border-color: rgb(153,114,144); }

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