#99768F

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

Shades of Mountbatten Pink #99768F

Tints of Mountbatten Pink #99768F

Color information

#99768F (or 0x99768F) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 76 and 8F. RGB value is (153,118,143). Sum of RGB (Red+Green+Blue) = 153+118+143=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #99768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99768F is #668970. Grayscale: #838383. Windows color (decimal): -6719857 or 9402009. OLE color: 9402009.

HSL color Cylindrical-coordinate representation of color #99768F: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99768F is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153118143-
CMYK00.230.070.4
HSL317.14º14.64%53.14%-
HSV(B)317.14º22.88%60%-
XYZ24.5721.7128.88-
YUV131.32134.6143.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=36.96%
G=28.50%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311814300.230.070.4317.1414.6453.14
Hex99768F01772813df35
Octal2311662170277504751765
Binary100110011110110100011110101111111010001001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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