#95788A

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

Shades of Mountbatten Pink #95788A

Tints of Mountbatten Pink #95788A

Color information

#95788A (or 0x95788A) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 78 and 8A. RGB value is (149,120,138). Sum of RGB (Red+Green+Blue) = 149+120+138=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95788A is #6A8775. Grayscale: #828282. Windows color (decimal): -6981494 or 9074837. OLE color: 9074837.

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

Color convert

RGB149120138-
CMYK00.190.070.42
HSL322.76º12.03%52.75%-
HSV(B)322.76º19.46%58.43%-
XYZ23.721.6626.98-
YUV130.72132.11141.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=36.61%
G=29.48%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912013800.190.070.42322.7612.0352.75
Hex95788A01372A143c35
Octal2251702120237525031465
Binary100101011111000100010100100111111010101010000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95788A; }

 p { color: rgb(149,120,138); }

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

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

 a { background-color: rgb(149,120,138); }

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

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

 span { border-color: rgb(149,120,138); }

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