Html Css Color HEX #967992 Mountbatten Pink

📋 copy color: '#967992'

red 150 ◦ green 121 ◦ blue 146

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

Shades of Mountbatten Pink #967992

Tints of Mountbatten Pink #967992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.02%

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

R = 35.97%
G = 29.02%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#967992 (or 0x967992) is known color: Mountbatten Pink. HEX triplet: 96, 79 and 92. RGB value is (150,121,146). Sum of RGB (Red+Green+Blue) = 150+121+146=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #967992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967992 is #69866D. Grayscale: #848484. Windows color (decimal): -6915694 or 9599382. OLE color: 9599382.

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

Color convert

RGB 150 121 146 -
CMYK 0 0.19 0.03 0.41
HSL 308.28º 0.12% 0.53% -
HSV(B) 308.28º 0.19% 0.59% -
XYZ 24.6 22.23 30.19 -
YUV 132.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 150 121 146 0 0.19 0.03 0.41 308.28 0.12 0.53
Hex 96 79 92 0 13 3 29 134 C 35
Octal 226 171 222 0 23 3 51 464 14 65
Binary 10010110 1111001 10010010 0 10011 11 101001 100110100 1100 110101

Color Harmonies of #967992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967992

Black with #967992

Text Example


Text Example

White with #967992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967992; }

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

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

background-color css

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

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

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

border-color css

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

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

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