#95768F

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

Shades of Mountbatten Pink #95768F

Tints of Mountbatten Pink #95768F

Color information

#95768F (or 0x95768F) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 76 and 8F. RGB value is (149,118,143). Sum of RGB (Red+Green+Blue) = 149+118+143=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #95768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95768F is #6A8970. Grayscale: #828282. Windows color (decimal): -6982001 or 9402005. OLE color: 9402005.

HSL color Cylindrical-coordinate representation of color #95768F: hue angle of 311.61º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95768F is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB149118143-
CMYK00.210.040.42
HSL311.61º12.76%52.35%-
HSV(B)311.61º20.81%58.43%-
XYZ23.8321.3328.85-
YUV130.12135.27141.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=36.34%
G=28.78%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911814300.210.040.42311.6112.7652.35
Hex95768F01542A138d34
Octal2251662170254524701564
Binary100101011110110100011110101011001010101001110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95768F; }

 p { color: rgb(149,118,143); }

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

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

 a { background-color: rgb(149,118,143); }

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

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

 span { border-color: rgb(149,118,143); }

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