Html Css Color HEX #957792 Mountbatten Pink

📋 copy color: '#957792'

red 149 ◦ green 119 ◦ blue 146

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

Shades of Mountbatten Pink #957792

Tints of Mountbatten Pink #957792

RGB

 RED value IS 149 (58.59% from 255) = 35.99%

 GREEN value IS 119 (46.88% from 255) = 28.74%

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

R = 35.99%
G = 28.74%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#957792 (or 0x957792) is known color: Mountbatten Pink. HEX triplet: 95, 77 and 92. RGB value is (149,119,146). Sum of RGB (Red+Green+Blue) = 149+119+146=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #957792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957792 is #6A886D. Grayscale: #828282. Windows color (decimal): -6981742 or 9598869. OLE color: 9598869.

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

Color convert

RGB 149 119 146 -
CMYK 0 0.20 0.02 0.42
HSL 306º 0.12% 0.53% -
HSV(B) 306º 0.2% 0.58% -
XYZ 24.18 21.66 30.1 -
YUV 131.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 149 119 146 0 0.20 0.02 0.42 306 0.12 0.53
Hex 95 77 92 0 14 2 2A 132 C 35
Octal 225 167 222 0 24 2 52 462 14 65
Binary 10010101 1110111 10010010 0 10100 10 101010 100110010 1100 110101

Color Harmonies of #957792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957792

Black with #957792

Text Example


Text Example

White with #957792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957792; }

 p { color: rgb(149,119,146); }

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

background-color css

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

 a { background-color: rgb(149,119,146); }

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

border-color css

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

 span { border-color: rgb(149,119,146); }

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