#967587

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

Shades of Mountbatten Pink #967587

Tints of Mountbatten Pink #967587

Color information

#967587 (or 0x967587) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 75 and 87. RGB value is (150,117,135). Sum of RGB (Red+Green+Blue) = 150+117+135=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967587 is #698A78. Grayscale: #808080. Windows color (decimal): -6916729 or 8877462. OLE color: 8877462.

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

Color convert

RGB150117135-
CMYK00.220.10.41
HSL327.27º13.58%52.35%-
HSV(B)327.27º22%58.82%-
XYZ23.3120.9625.74-
YUV128.92131.43143.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=37.31%
G=29.10%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011713500.220.10.41327.2713.5852.35
Hex967587016A29147e34
Octal22616520702612515071664
Binary1001011011101011000011101011010101010011010001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967587; }

 p { color: rgb(150,117,135); }

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

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

 a { background-color: rgb(150,117,135); }

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

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

 span { border-color: rgb(150,117,135); }

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