#967488

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

Shades of Mountbatten Pink #967488

Tints of Mountbatten Pink #967488

Color information

#967488 (or 0x967488) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 74 and 88. RGB value is (150,116,136). Sum of RGB (Red+Green+Blue) = 150+116+136=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967488 is #698B77. Grayscale: #808080. Windows color (decimal): -6916984 or 8942742. OLE color: 8942742.

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

Color convert

RGB150116136-
CMYK00.230.090.41
HSL324.71º13.93%52.16%-
HSV(B)324.71º22.67%58.82%-
XYZ23.2720.7526.07-
YUV128.45132.26143.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 136 (53.52% from 255) = 33.83%
R=37.31%
G=28.86%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011613600.230.090.41324.7113.9352.16
Hex967488017929145e34
Octal22616421002711515051664
Binary1001011011101001000100001011110011010011010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967488; }

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

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

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

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

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

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

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

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