Html Css Color HEX #96738E Mountbatten Pink

📋 copy color: '#96738E'

red 150 ◦ green 115 ◦ blue 142

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

Shades of Mountbatten Pink #96738E

Tints of Mountbatten Pink #96738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 36.86%
G = 28.26%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96738E (or 0x96738E) is known color: Mountbatten Pink. HEX triplet: 96, 73 and 8E. RGB value is (150,115,142). Sum of RGB (Red+Green+Blue) = 150+115+142=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96738E is #698C71. Grayscale: #808080. Windows color (decimal): -6917234 or 9335702. OLE color: 9335702.

HSL color Cylindrical-coordinate representation of color #96738E: hue angle of 313.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96738E is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 142 -
CMYK 0 0.23 0.05 0.41
HSL 313.71º 0.14% 0.52% -
HSV(B) 313.71º 0.23% 0.59% -
XYZ 23.59 20.7 28.34 -
YUV 128.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 150 115 142 0 0.23 0.05 0.41 313.71 0.14 0.52
Hex 96 73 8E 0 17 5 29 13A E 34
Octal 226 163 216 0 27 5 51 472 16 64
Binary 10010110 1110011 10001110 0 10111 101 101001 100111010 1110 110100

Color Harmonies of #96738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96738E

Black with #96738E

Text Example


Text Example

White with #96738E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,115,142); }

 H1.HeaderClassName
 {
   color: #96738E;
 }
 .AnyTagClassName
 {
   color: #96738E;
 }
</style>

background-color css

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

 a { background-color: rgb(150,115,142); }

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

border-color css

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

 span { border-color: rgb(150,115,142); }

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