Html Css Color HEX #978591 Mountbatten Pink

📋 copy color: '#978591'

red 151 ◦ green 133 ◦ blue 145

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

Shades of Mountbatten Pink #978591

Tints of Mountbatten Pink #978591

RGB

 RED value IS 151 (59.38% from 255) = 35.2%

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 35.2%
G = 31%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#978591 (or 0x978591) is known color: Mountbatten Pink. HEX triplet: 97, 85 and 91. RGB value is (151,133,145). Sum of RGB (Red+Green+Blue) = 151+133+145=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 151 - color contains mainly: red. Hex color #978591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978591 is #687A6E. Grayscale: #8B8B8B. Windows color (decimal): -6847087 or 9536919. OLE color: 9536919.

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

Color convert

RGB 151 133 145 -
CMYK 0 0.12 0.04 0.41
HSL 320º 0.08% 0.56% -
HSV(B) 320º 0.12% 0.59% -
XYZ 26.26 25.4 30.31 -
YUV 139.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 151 133 145 0 0.12 0.04 0.41 320 0.08 0.56
Hex 97 85 91 0 C 4 29 140 8 38
Octal 227 205 221 0 14 4 51 500 10 70
Binary 10010111 10000101 10010001 0 1100 100 101001 101000000 1000 111000

Color Harmonies of #978591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978591

Black with #978591

Text Example


Text Example

White with #978591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978591; }

 p { color: rgb(151,133,145); }

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

background-color css

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

 a { background-color: rgb(151,133,145); }

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

border-color css

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

 span { border-color: rgb(151,133,145); }

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