Html Css Color HEX #968291 Mountbatten Pink

📋 copy color: '#968291'

red 150 ◦ green 130 ◦ blue 145

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

Shades of Mountbatten Pink #968291

Tints of Mountbatten Pink #968291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.59%

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

R = 35.29%
G = 30.59%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#968291 (or 0x968291) is known color: Mountbatten Pink. HEX triplet: 96, 82 and 91. RGB value is (150,130,145). Sum of RGB (Red+Green+Blue) = 150+130+145=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #968291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968291 is #697D6E. Grayscale: #898989. Windows color (decimal): -6913391 or 9536150. OLE color: 9536150.

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

Color convert

RGB 150 130 145 -
CMYK 0 0.13 0.03 0.41
HSL 315º 0.09% 0.55% -
HSV(B) 315º 0.13% 0.59% -
XYZ 25.67 24.49 30.16 -
YUV 137.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 150 130 145 0 0.13 0.03 0.41 315 0.09 0.55
Hex 96 82 91 0 D 3 29 13B 9 37
Octal 226 202 221 0 15 3 51 473 11 67
Binary 10010110 10000010 10010001 0 1101 11 101001 100111011 1001 110111

Color Harmonies of #968291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968291

Black with #968291

Text Example


Text Example

White with #968291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968291; }

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

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

background-color css

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

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

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

border-color css

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

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

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