Html Css Color HEX #95748A Mountbatten Pink

📋 copy color: '#95748A'

red 149 ◦ green 116 ◦ blue 138

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

Shades of Mountbatten Pink #95748A

Tints of Mountbatten Pink #95748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.78%

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 36.97%
G = 28.78%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95748A (or 0x95748A) is known color: Mountbatten Pink. HEX triplet: 95, 74 and 8A. RGB value is (149,116,138). Sum of RGB (Red+Green+Blue) = 149+116+138=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95748A is #6A8B75. Grayscale: #808080. Windows color (decimal): -6982518 or 9073813. OLE color: 9073813.

HSL color Cylindrical-coordinate representation of color #95748A: hue angle of 320º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95748A is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 138 -
CMYK 0 0.22 0.07 0.42
HSL 320º 0.13% 0.52% -
HSV(B) 320º 0.22% 0.58% -
XYZ 23.23 20.72 26.82 -
YUV 128.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 149 116 138 0 0.22 0.07 0.42 320 0.13 0.52
Hex 95 74 8A 0 16 7 2A 140 D 34
Octal 225 164 212 0 26 7 52 500 15 64
Binary 10010101 1110100 10001010 0 10110 111 101010 101000000 1101 110100

Color Harmonies of #95748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95748A

Black with #95748A

Text Example


Text Example

White with #95748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95748A; }

 p { color: rgb(149,116,138); }

 H1.HeaderClassName
 {
   color: #95748A;
 }
 .AnyTagClassName
 {
   color: #95748A;
 }
</style>

background-color css

<style>
 a { background-color: #95748A; }

 a { background-color: rgb(149,116,138); }

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

border-color css

<style>
 span { border-color: #95748A; }

 span { border-color: rgb(149,116,138); }

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