Html Css Color HEX #967892 Mountbatten Pink

📋 copy color: '#967892'

red 150 ◦ green 120 ◦ blue 146

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

Shades of Mountbatten Pink #967892

Tints of Mountbatten Pink #967892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.85%

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

R = 36.06%
G = 28.85%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#967892 (or 0x967892) is known color: Mountbatten Pink. HEX triplet: 96, 78 and 92. RGB value is (150,120,146). Sum of RGB (Red+Green+Blue) = 150+120+146=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #967892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967892 is #69876D. Grayscale: #838383. Windows color (decimal): -6915950 or 9599126. OLE color: 9599126.

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

Color convert

RGB 150 120 146 -
CMYK 0 0.20 0.03 0.41
HSL 308º 0.13% 0.53% -
HSV(B) 308º 0.2% 0.59% -
XYZ 24.48 21.99 30.15 -
YUV 131.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 150 120 146 0 0.20 0.03 0.41 308 0.13 0.53
Hex 96 78 92 0 14 3 29 134 C 35
Octal 226 170 222 0 24 3 51 464 14 65
Binary 10010110 1111000 10010010 0 10100 11 101001 100110100 1100 110101

Color Harmonies of #967892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967892

Black with #967892

Text Example


Text Example

White with #967892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967892; }

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

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

background-color css

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

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

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

border-color css

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

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

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