Html Css Color HEX #96728C Mountbatten Pink

📋 copy color: '#96728C'

red 150 ◦ green 114 ◦ blue 140

#96728C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #96728C

Tints of Mountbatten Pink #96728C

RGB

 RED value IS 150 (58.98% from 255) = 37.13%

 GREEN value IS 114 (44.92% from 255) = 28.22%

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 37.13%
G = 28.22%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96728C (or 0x96728C) is known color: Mountbatten Pink. HEX triplet: 96, 72 and 8C. RGB value is (150,114,140). Sum of RGB (Red+Green+Blue) = 150+114+140=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96728C is #698D73. Grayscale: #7F7F7F. Windows color (decimal): -6917492 or 9204374. OLE color: 9204374.

HSL color Cylindrical-coordinate representation of color #96728C: hue angle of 316.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96728C is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 140 -
CMYK 0 0.24 0.07 0.41
HSL 316.67º 0.15% 0.52% -
HSV(B) 316.67º 0.24% 0.59% -
XYZ 23.33 20.41 27.52 -
YUV 127.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 150 114 140 0 0.24 0.07 0.41 316.67 0.15 0.52
Hex 96 72 8C 0 18 7 29 13D F 34
Octal 226 162 214 0 30 7 51 475 17 64
Binary 10010110 1110010 10001100 0 11000 111 101001 100111101 1111 110100

Color Harmonies of #96728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96728C

Black with #96728C

Text Example


Text Example

White with #96728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96728C; }

 p { color: rgb(150,114,140); }

 H1.HeaderClassName
 {
   color: #96728C;
 }
 .AnyTagClassName
 {
   color: #96728C;
 }
</style>

background-color css

<style>
 a { background-color: #96728C; }

 a { background-color: rgb(150,114,140); }

 div.DivClassName
 {
   background-color: #96728C;
 }
 .BgClassName
 {
   background-color: #96728C;
 }
</style>

border-color css

<style>
 span { border-color: #96728C; }

 span { border-color: rgb(150,114,140); }

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