Html Css Color HEX #95808C Mountbatten Pink

📋 copy color: '#95808C'

red 149 ◦ green 128 ◦ blue 140

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

Shades of Mountbatten Pink #95808C

Tints of Mountbatten Pink #95808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.7%

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

R = 35.73%
G = 30.7%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95808C (or 0x95808C) is known color: Mountbatten Pink. HEX triplet: 95, 80 and 8C. RGB value is (149,128,140). Sum of RGB (Red+Green+Blue) = 149+128+140=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #95808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95808C is #6A7F73. Grayscale: #878787. Windows color (decimal): -6979444 or 9207957. OLE color: 9207957.

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

Color convert

RGB 149 128 140 -
CMYK 0 0.14 0.06 0.42
HSL 325.71º 0.09% 0.54% -
HSV(B) 325.71º 0.14% 0.58% -
XYZ 24.85 23.72 28.08 -
YUV 135.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 149 128 140 0 0.14 0.06 0.42 325.71 0.09 0.54
Hex 95 80 8C 0 E 6 2A 146 9 36
Octal 225 200 214 0 16 6 52 506 11 66
Binary 10010101 10000000 10001100 0 1110 110 101010 101000110 1001 110110

Color Harmonies of #95808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95808C

Black with #95808C

Text Example


Text Example

White with #95808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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