Html Css Color HEX #95888E Mountbatten Pink

📋 copy color: '#95888E'

red 149 ◦ green 136 ◦ blue 142

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

Shades of Mountbatten Pink #95888E

Tints of Mountbatten Pink #95888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.85%

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 34.89%
G = 31.85%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95888E (or 0x95888E) is known color: Mountbatten Pink. HEX triplet: 95, 88 and 8E. RGB value is (149,136,142). Sum of RGB (Red+Green+Blue) = 149+136+142=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #95888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95888E is #6A7771. Grayscale: #8C8C8C. Windows color (decimal): -6977394 or 9341077. OLE color: 9341077.

HSL color Cylindrical-coordinate representation of color #95888E: hue angle of 332.31º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95888E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 142 -
CMYK 0 0.09 0.05 0.42
HSL 332.31º 0.06% 0.56% -
HSV(B) 332.31º 0.09% 0.58% -
XYZ 26.08 25.95 29.23 -
YUV 140.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 149 136 142 0 0.09 0.05 0.42 332.31 0.06 0.56
Hex 95 88 8E 0 9 5 2A 14C 6 38
Octal 225 210 216 0 11 5 52 514 6 70
Binary 10010101 10001000 10001110 0 1001 101 101010 101001100 110 111000

Color Harmonies of #95888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95888E

Black with #95888E

Text Example


Text Example

White with #95888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95888E; }

 p { color: rgb(149,136,142); }

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

background-color css

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

 a { background-color: rgb(149,136,142); }

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

border-color css

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

 span { border-color: rgb(149,136,142); }

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