Html Css Color HEX #96718C Mountbatten Pink

📋 copy color: '#96718C'

red 150 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #96718C

Tints of Mountbatten Pink #96718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.04%

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

R = 37.22%
G = 28.04%
B = 34.74%

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

#96718C (or 0x96718C) is known color: Mountbatten Pink. HEX triplet: 96, 71 and 8C. RGB value is (150,113,140). Sum of RGB (Red+Green+Blue) = 150+113+140=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #96718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96718C is #698E73. Grayscale: #7F7F7F. Windows color (decimal): -6917748 or 9204118. OLE color: 9204118.

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

Color convert

RGB 150 113 140 -
CMYK 0 0.25 0.07 0.41
HSL 316.22º 0.15% 0.52% -
HSV(B) 316.22º 0.25% 0.59% -
XYZ 23.22 20.19 27.48 -
YUV 127.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 150 113 140 0 0.25 0.07 0.41 316.22 0.15 0.52
Hex 96 71 8C 0 19 7 29 13C F 34
Octal 226 161 214 0 31 7 51 474 17 64
Binary 10010110 1110001 10001100 0 11001 111 101001 100111100 1111 110100

Color Harmonies of #96718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96718C

Black with #96718C

Text Example


Text Example

White with #96718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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