Html Css Color HEX #95798C Mountbatten Pink

📋 copy color: '#95798C'

red 149 ◦ green 121 ◦ blue 140

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

Shades of Mountbatten Pink #95798C

Tints of Mountbatten Pink #95798C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.51%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 36.34%
G = 29.51%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95798C (or 0x95798C) is known color: Mountbatten Pink. HEX triplet: 95, 79 and 8C. RGB value is (149,121,140). Sum of RGB (Red+Green+Blue) = 149+121+140=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #95798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95798C is #6A8673. Grayscale: #838383. Windows color (decimal): -6981236 or 9206165. OLE color: 9206165.

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

Color convert

RGB 149 121 140 -
CMYK 0 0.19 0.06 0.42
HSL 319.29º 0.12% 0.53% -
HSV(B) 319.29º 0.19% 0.58% -
XYZ 23.97 21.96 27.79 -
YUV 131.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 149 121 140 0 0.19 0.06 0.42 319.29 0.12 0.53
Hex 95 79 8C 0 13 6 2A 13F C 35
Octal 225 171 214 0 23 6 52 477 14 65
Binary 10010101 1111001 10001100 0 10011 110 101010 100111111 1100 110101

Color Harmonies of #95798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95798C

Black with #95798C

Text Example


Text Example

White with #95798C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95798C; }

 p { color: rgb(149,121,140); }

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

background-color css

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

 a { background-color: rgb(149,121,140); }

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

border-color css

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

 span { border-color: rgb(149,121,140); }

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