#9D768F

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

Shades of Mountbatten Pink #9D768F

Tints of Mountbatten Pink #9D768F

Color information

#9D768F (or 0x9D768F) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 76 and 8F. RGB value is (157,118,143). Sum of RGB (Red+Green+Blue) = 157+118+143=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D768F is #628970. Grayscale: #848484. Windows color (decimal): -6457713 or 9402013. OLE color: 9402013.

HSL color Cylindrical-coordinate representation of color #9D768F: hue angle of 321.54º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D768F is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB157118143-
CMYK00.250.090.38
HSL321.54º16.6%53.92%-
HSV(B)321.54º24.84%61.57%-
XYZ25.3422.1128.92-
YUV132.51133.92145.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=37.56%
G=28.23%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711814300.250.090.38321.5416.653.92
Hex9D768F0199261421136
Octal23516621703111465022166
Binary10011101111011010001111011001100110011010100001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D768F; }

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

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

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

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

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

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

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

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