#927288

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

Shades of Mountbatten Pink #927288

Tints of Mountbatten Pink #927288

Color information

#927288 (or 0x927288) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 72 and 88. RGB value is (146,114,136). Sum of RGB (Red+Green+Blue) = 146+114+136=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #927288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927288 is #6D8D77. Grayscale: #7E7E7E. Windows color (decimal): -7179640 or 8942226. OLE color: 8942226.

HSL color Cylindrical-coordinate representation of color #927288: hue angle of 318.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927288 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB146114136-
CMYK00.220.070.43
HSL318.75º12.8%50.98%-
HSV(B)318.75º21.92%57.25%-
XYZ22.3219.9225.96-
YUV126.08133.6142.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=36.87%
G=28.79%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611413600.220.070.43318.7512.850.98
Hex92728801672B13fd33
Octal2221622100267534771563
Binary100100101110010100010000101101111010111001111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927288; }

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

 H1.HeaderClassName
 {
   color: #927288;
 }
 .AnyTagClassName
 {
   color: #927288;
 }
</style>
background-color css

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

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

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

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

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

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