#99698E

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

Shades of Mountbatten Pink #99698E

Tints of Mountbatten Pink #99698E

Color information

#99698E (or 0x99698E) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 69 and 8E. RGB value is (153,105,142). Sum of RGB (Red+Green+Blue) = 153+105+142=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #99698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99698E is #669671. Grayscale: #7B7B7B. Windows color (decimal): -6723186 or 9333145. OLE color: 9333145.

HSL color Cylindrical-coordinate representation of color #99698E: hue angle of 313.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99698E is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153105142-
CMYK00.310.070.4
HSL313.75º19.05%50.59%-
HSV(B)313.75º31.37%60%-
XYZ23.0718.8328.01-
YUV123.57138.4148.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=38.25%
G=26.25%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310514200.310.070.4313.7519.0550.59
Hex99698E01F72813a1333
Octal2311512160377504722363
Binary1001100111010011000111001111111110100010011101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99698E; }

 p { color: rgb(153,105,142); }

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

<style>
 a { background-color: #99698E; }

 a { background-color: rgb(153,105,142); }

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

<style>
 span { border-color: #99698E; }

 span { border-color: rgb(153,105,142); }

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