Html Css Color HEX #96748F Mountbatten Pink

📋 copy color: '#96748F'

red 150 ◦ green 116 ◦ blue 143

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

Shades of Mountbatten Pink #96748F

Tints of Mountbatten Pink #96748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 36.67%
G = 28.36%
B = 34.96%

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

#96748F (or 0x96748F) is known color: Mountbatten Pink. HEX triplet: 96, 74 and 8F. RGB value is (150,116,143). Sum of RGB (Red+Green+Blue) = 150+116+143=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96748F is #698B70. Grayscale: #818181. Windows color (decimal): -6916977 or 9401494. OLE color: 9401494.

HSL color Cylindrical-coordinate representation of color #96748F: hue angle of 312.35º 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 #96748F is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 143 -
CMYK 0 0.23 0.05 0.41
HSL 312.35º 0.14% 0.52% -
HSV(B) 312.35º 0.23% 0.59% -
XYZ 23.78 20.96 28.78 -
YUV 129.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 150 116 143 0 0.23 0.05 0.41 312.35 0.14 0.52
Hex 96 74 8F 0 17 5 29 138 E 34
Octal 226 164 217 0 27 5 51 470 16 64
Binary 10010110 1110100 10001111 0 10111 101 101001 100111000 1110 110100

Color Harmonies of #96748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96748F

Black with #96748F

Text Example


Text Example

White with #96748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,116,143); }

 H1.HeaderClassName
 {
   color: #96748F;
 }
 .AnyTagClassName
 {
   color: #96748F;
 }
</style>

background-color css

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

 a { background-color: rgb(150,116,143); }

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

border-color css

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

 span { border-color: rgb(150,116,143); }

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