Html Css Color HEX #967292 Mountbatten Pink

📋 copy color: '#967292'

red 150 ◦ green 114 ◦ blue 146

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

Shades of Mountbatten Pink #967292

Tints of Mountbatten Pink #967292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.8%

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

R = 36.59%
G = 27.8%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#967292 (or 0x967292) is known color: Mountbatten Pink. HEX triplet: 96, 72 and 92. RGB value is (150,114,146). Sum of RGB (Red+Green+Blue) = 150+114+146=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #967292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967292 is #698D6D. Grayscale: #808080. Windows color (decimal): -6917486 or 9597590. OLE color: 9597590.

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

Color convert

RGB 150 114 146 -
CMYK 0 0.24 0.03 0.41
HSL 306.67º 0.15% 0.52% -
HSV(B) 306.67º 0.24% 0.59% -
XYZ 23.78 20.59 29.92 -
YUV 128.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 150 114 146 0 0.24 0.03 0.41 306.67 0.15 0.52
Hex 96 72 92 0 18 3 29 133 F 34
Octal 226 162 222 0 30 3 51 463 17 64
Binary 10010110 1110010 10010010 0 11000 11 101001 100110011 1111 110100

Color Harmonies of #967292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967292

Black with #967292

Text Example


Text Example

White with #967292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967292; }

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

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

background-color css

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

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

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

border-color css

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

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

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