Html Css Color HEX #95838C Mountbatten Pink

📋 copy color: '#95838C'

red 149 ◦ green 131 ◦ blue 140

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

Shades of Mountbatten Pink #95838C

Tints of Mountbatten Pink #95838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

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

R = 35.48%
G = 31.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95838C (or 0x95838C) is known color: Mountbatten Pink. HEX triplet: 95, 83 and 8C. RGB value is (149,131,140). Sum of RGB (Red+Green+Blue) = 149+131+140=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #95838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95838C is #6A7C73. Grayscale: #898989. Windows color (decimal): -6978676 or 9208725. OLE color: 9208725.

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

Color convert

RGB 149 131 140 -
CMYK 0 0.12 0.06 0.42
HSL 330º 0.08% 0.55% -
HSV(B) 330º 0.12% 0.58% -
XYZ 25.24 24.52 28.21 -
YUV 137.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 149 131 140 0 0.12 0.06 0.42 330 0.08 0.55
Hex 95 83 8C 0 C 6 2A 14A 8 37
Octal 225 203 214 0 14 6 52 512 10 67
Binary 10010101 10000011 10001100 0 1100 110 101010 101001010 1000 110111

Color Harmonies of #95838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95838C

Black with #95838C

Text Example


Text Example

White with #95838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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