Html Css Color HEX #95888F Mountbatten Pink

📋 copy color: '#95888F'

red 149 ◦ green 136 ◦ blue 143

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

Shades of Mountbatten Pink #95888F

Tints of Mountbatten Pink #95888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 34.81%
G = 31.78%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95888F (or 0x95888F) is known color: Mountbatten Pink. HEX triplet: 95, 88 and 8F. RGB value is (149,136,143). Sum of RGB (Red+Green+Blue) = 149+136+143=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #95888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95888F is #6A7770. Grayscale: #8C8C8C. Windows color (decimal): -6977393 or 9406613. OLE color: 9406613.

HSL color Cylindrical-coordinate representation of color #95888F: hue angle of 327.69º 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 #95888F is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 143 -
CMYK 0 0.09 0.04 0.42
HSL 327.69º 0.06% 0.56% -
HSV(B) 327.69º 0.09% 0.58% -
XYZ 26.16 25.98 29.62 -
YUV 140.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 149 136 143 0 0.09 0.04 0.42 327.69 0.06 0.56
Hex 95 88 8F 0 9 4 2A 148 6 38
Octal 225 210 217 0 11 4 52 510 6 70
Binary 10010101 10001000 10001111 0 1001 100 101010 101001000 110 111000

Color Harmonies of #95888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95888F

Black with #95888F

Text Example


Text Example

White with #95888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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