Html Css Color HEX #968192 Mountbatten Pink

📋 copy color: '#968192'

red 150 ◦ green 129 ◦ blue 146

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

Shades of Mountbatten Pink #968192

Tints of Mountbatten Pink #968192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.35%

R = 35.29%
G = 30.35%
B = 34.35%

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

#968192 (or 0x968192) is known color: Mountbatten Pink. HEX triplet: 96, 81 and 92. RGB value is (150,129,146). Sum of RGB (Red+Green+Blue) = 150+129+146=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #968192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968192 is #697E6D. Grayscale: #898989. Windows color (decimal): -6913646 or 9601430. OLE color: 9601430.

HSL color Cylindrical-coordinate representation of color #968192: hue angle of 311.43º 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 #968192 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 146 -
CMYK 0 0.14 0.03 0.41
HSL 311.43º 0.09% 0.55% -
HSV(B) 311.43º 0.14% 0.59% -
XYZ 25.62 24.26 30.53 -
YUV 137.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 150 129 146 0 0.14 0.03 0.41 311.43 0.09 0.55
Hex 96 81 92 0 E 3 29 137 9 37
Octal 226 201 222 0 16 3 51 467 11 67
Binary 10010110 10000001 10010010 0 1110 11 101001 100110111 1001 110111

Color Harmonies of #968192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968192

Black with #968192

Text Example


Text Example

White with #968192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968192; }

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

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

background-color css

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

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

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

border-color css

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

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

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