#957792

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

Shades of Mountbatten Pink #957792

Tints of Mountbatten Pink #957792

Color information

#957792 (or 0x957792) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 77 and 92. RGB value is (149,119,146). Sum of RGB (Red+Green+Blue) = 149+119+146=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #957792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957792 is #6A886D. Grayscale: #828282. Windows color (decimal): -6981742 or 9598869. OLE color: 9598869.

HSL color Cylindrical-coordinate representation of color #957792: hue angle of 306º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957792 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB149119146-
CMYK00.200.020.42
HSL306º12.4%52.55%-
HSV(B)306º20.13%58.43%-
XYZ24.1821.6630.1-
YUV131.05136.44140.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=35.99%
G=28.74%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911914600.200.020.4230612.452.55
Hex95779201422A132c35
Octal2251672220242524621465
Binary10010101111011110010010010100101010101001100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957792; }

 p { color: rgb(149,119,146); }

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

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

 a { background-color: rgb(149,119,146); }

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

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

 span { border-color: rgb(149,119,146); }

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