#967088

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

Shades of Mountbatten Pink #967088

Tints of Mountbatten Pink #967088

Color information

#967088 (or 0x967088) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 70 and 88. RGB value is (150,112,136). Sum of RGB (Red+Green+Blue) = 150+112+136=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967088 is #698F77. Grayscale: #7E7E7E. Windows color (decimal): -6918008 or 8941718. OLE color: 8941718.

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

Color convert

RGB150112136-
CMYK00.250.090.41
HSL322.11º15.32%51.37%-
HSV(B)322.11º25.33%58.82%-
XYZ22.8219.8525.92-
YUV126.1133.59145.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=37.69%
G=28.14%
B=34.17%

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
Decimal15011213600.250.090.41322.1115.3251.37
Hex967088019929142f33
Octal22616021003111515021763
Binary1001011011100001000100001100110011010011010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967088; }

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

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

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

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

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

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

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

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