#99728F

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

Shades of Mountbatten Pink #99728F

Tints of Mountbatten Pink #99728F

Color information

#99728F (or 0x99728F) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 72 and 8F. RGB value is (153,114,143). Sum of RGB (Red+Green+Blue) = 153+114+143=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99728F is #668D70. Grayscale: #808080. Windows color (decimal): -6720881 or 9400985. OLE color: 9400985.

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

Color convert

RGB153114143-
CMYK00.250.070.4
HSL315.38º16.05%52.35%-
HSV(B)315.38º25.49%60%-
XYZ24.1120.7928.73-
YUV128.97135.92145.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=37.32%
G=27.80%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311414300.250.070.4315.3816.0552.35
Hex99728F01972813b1034
Octal2311622170317504732064
Binary1001100111100101000111101100111110100010011101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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