Html Css Color HEX #968092 Mountbatten Pink

📋 copy color: '#968092'

red 150 ◦ green 128 ◦ blue 146

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

Shades of Mountbatten Pink #968092

Tints of Mountbatten Pink #968092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.19%

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

R = 35.38%
G = 30.19%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#968092 (or 0x968092) is known color: Mountbatten Pink. HEX triplet: 96, 80 and 92. RGB value is (150,128,146). Sum of RGB (Red+Green+Blue) = 150+128+146=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #968092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968092 is #697F6D. Grayscale: #888888. Windows color (decimal): -6913902 or 9601174. OLE color: 9601174.

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

Color convert

RGB 150 128 146 -
CMYK 0 0.15 0.03 0.41
HSL 310.91º 0.09% 0.55% -
HSV(B) 310.91º 0.15% 0.59% -
XYZ 25.49 24 30.48 -
YUV 136.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 150 128 146 0 0.15 0.03 0.41 310.91 0.09 0.55
Hex 96 80 92 0 F 3 29 137 9 37
Octal 226 200 222 0 17 3 51 467 11 67
Binary 10010110 10000000 10010010 0 1111 11 101001 100110111 1001 110111

Color Harmonies of #968092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968092

Black with #968092

Text Example


Text Example

White with #968092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968092; }

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

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

background-color css

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

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

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

border-color css

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

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

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