Html Css Color HEX #96708C Mountbatten Pink

📋 copy color: '#96708C'

red 150 ◦ green 112 ◦ blue 140

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

Shades of Mountbatten Pink #96708C

Tints of Mountbatten Pink #96708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

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

R = 37.31%
G = 27.86%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96708C (or 0x96708C) is known color: Mountbatten Pink. HEX triplet: 96, 70 and 8C. RGB value is (150,112,140). Sum of RGB (Red+Green+Blue) = 150+112+140=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #96708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96708C is #698F73. Grayscale: #7E7E7E. Windows color (decimal): -6918004 or 9203862. OLE color: 9203862.

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

Color convert

RGB 150 112 140 -
CMYK 0 0.25 0.07 0.41
HSL 315.79º 0.15% 0.51% -
HSV(B) 315.79º 0.25% 0.59% -
XYZ 23.11 19.97 27.45 -
YUV 126.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 150 112 140 0 0.25 0.07 0.41 315.79 0.15 0.51
Hex 96 70 8C 0 19 7 29 13C F 33
Octal 226 160 214 0 31 7 51 474 17 63
Binary 10010110 1110000 10001100 0 11001 111 101001 100111100 1111 110011

Color Harmonies of #96708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96708C

Black with #96708C

Text Example


Text Example

White with #96708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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