#997292

Color #997292 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #997292

Tints of Mountbatten Pink #997292

Color information

#997292 (or 0x997292) is unknown color: approx 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

RGB153114146-
CMYK00.250.050.4
HSL310.77º16.05%52.35%-
HSV(B)310.77º25.49%60%-
XYZ24.3420.8829.94-
YUV129.31137.42144.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=37.05%
G=27.60%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311414600.250.050.4310.7716.0552.35
Hex9972920195281371034
Octal2311622220315504672064
Binary1001100111100101001001001100110110100010011011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>