#967188

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

Shades of Mountbatten Pink #967188

Tints of Mountbatten Pink #967188

Color information

#967188 (or 0x967188) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 71 and 88. RGB value is (150,113,136). Sum of RGB (Red+Green+Blue) = 150+113+136=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967188 is #698E77. Grayscale: #7E7E7E. Windows color (decimal): -6917752 or 8941974. OLE color: 8941974.

HSL color Cylindrical-coordinate representation of color #967188: hue angle of 322.7º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967188 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB150113136-
CMYK00.250.090.41
HSL322.7º14.98%51.57%-
HSV(B)322.7º24.67%58.82%-
XYZ22.9320.0725.96-
YUV126.69133.26144.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 113 (44.53% from 255) = 28.32%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=37.59%
G=28.32%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011313600.250.090.41322.714.9851.57
Hex967188019929143f34
Octal22616121003111515031764
Binary1001011011100011000100001100110011010011010000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967188; }

 p { color: rgb(150,113,136); }

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

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

 a { background-color: rgb(150,113,136); }

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

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

 span { border-color: rgb(150,113,136); }

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