Html Css Color HEX #968191 Mountbatten Pink

📋 copy color: '#968191'

red 150 ◦ green 129 ◦ blue 145

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

Shades of Mountbatten Pink #968191

Tints of Mountbatten Pink #968191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.42%

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 35.38%
G = 30.42%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#968191 (or 0x968191) is known color: Mountbatten Pink. HEX triplet: 96, 81 and 91. RGB value is (150,129,145). Sum of RGB (Red+Green+Blue) = 150+129+145=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #968191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968191 is #697E6E. Grayscale: #898989. Windows color (decimal): -6913647 or 9535894. OLE color: 9535894.

HSL color Cylindrical-coordinate representation of color #968191: hue angle of 314.29º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #968191 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 145 -
CMYK 0 0.14 0.03 0.41
HSL 314.29º 0.09% 0.55% -
HSV(B) 314.29º 0.14% 0.59% -
XYZ 25.54 24.23 30.12 -
YUV 137.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 150 129 145 0 0.14 0.03 0.41 314.29 0.09 0.55
Hex 96 81 91 0 E 3 29 13A 9 37
Octal 226 201 221 0 16 3 51 472 11 67
Binary 10010110 10000001 10010001 0 1110 11 101001 100111010 1001 110111

Color Harmonies of #968191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968191

Black with #968191

Text Example


Text Example

White with #968191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968191; }

 p { color: rgb(150,129,145); }

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

background-color css

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

 a { background-color: rgb(150,129,145); }

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

border-color css

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

 span { border-color: rgb(150,129,145); }

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