Html Css Color HEX #95828C Mountbatten Pink

📋 copy color: '#95828C'

red 149 ◦ green 130 ◦ blue 140

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

Shades of Mountbatten Pink #95828C

Tints of Mountbatten Pink #95828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

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

R = 35.56%
G = 31.03%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95828C (or 0x95828C) is known color: Mountbatten Pink. HEX triplet: 95, 82 and 8C. RGB value is (149,130,140). Sum of RGB (Red+Green+Blue) = 149+130+140=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #95828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95828C is #6A7D73. Grayscale: #888888. Windows color (decimal): -6978932 or 9208469. OLE color: 9208469.

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

Color convert

RGB 149 130 140 -
CMYK 0 0.13 0.06 0.42
HSL 328.42º 0.08% 0.55% -
HSV(B) 328.42º 0.13% 0.58% -
XYZ 25.11 24.25 28.17 -
YUV 136.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 149 130 140 0 0.13 0.06 0.42 328.42 0.08 0.55
Hex 95 82 8C 0 D 6 2A 148 8 37
Octal 225 202 214 0 15 6 52 510 10 67
Binary 10010101 10000010 10001100 0 1101 110 101010 101001000 1000 110111

Color Harmonies of #95828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95828C

Black with #95828C

Text Example


Text Example

White with #95828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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