Html Css Color HEX #997292 Mountbatten Pink

📋 copy color: '#997292'

red 153 ◦ green 114 ◦ blue 146

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

Shades of Mountbatten Pink #997292

Tints of Mountbatten Pink #997292

RGB

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

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

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

R = 37.05%
G = 27.6%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#997292 (or 0x997292) is known color: Mountbatten Pink. HEX triplet: 99, 72 and 92. RGB value is (153,114,146). Sum of RGB (Red+Green+Blue) = 153+114+146=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #997292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997292 is #668D6D. Grayscale: #818181. Windows color (decimal): -6720878 or 9597593. OLE color: 9597593.

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

Color convert

RGB 153 114 146 -
CMYK 0 0.25 0.05 0.4
HSL 310.77º 0.16% 0.52% -
HSV(B) 310.77º 0.25% 0.6% -
XYZ 24.34 20.88 29.94 -
YUV 129.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 153 114 146 0 0.25 0.05 0.4 310.77 0.16 0.52
Hex 99 72 92 0 19 5 28 137 10 34
Octal 231 162 222 0 31 5 50 467 20 64
Binary 10011001 1110010 10010010 0 11001 101 101000 100110111 10000 110100

Color Harmonies of #997292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997292

Black with #997292

Text Example


Text Example

White with #997292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997292; }

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

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

background-color css

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

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

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

border-color css

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

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

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