#99768A

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

Shades of Mountbatten Pink #99768A

Tints of Mountbatten Pink #99768A

Color information

#99768A (or 0x99768A) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 76 and 8A. RGB value is (153,118,138). Sum of RGB (Red+Green+Blue) = 153+118+138=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99768A is #668975. Grayscale: #828282. Windows color (decimal): -6719862 or 9074329. OLE color: 9074329.

HSL color Cylindrical-coordinate representation of color #99768A: hue angle of 325.71º 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 #99768A is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153118138-
CMYK00.230.100.4
HSL325.71º14.64%53.14%-
HSV(B)325.71º22.88%60%-
XYZ24.221.5626.93-
YUV130.74132.1143.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=37.41%
G=28.85%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311813800.230.100.4325.7114.6453.14
Hex99768A017A28146f35
Octal23116621202712505061765
Binary1001100111101101000101001011110101010001010001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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