Html Css Color HEX #95768B Mountbatten Pink

📋 copy color: '#95768B'

red 149 ◦ green 118 ◦ blue 139

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

Shades of Mountbatten Pink #95768B

Tints of Mountbatten Pink #95768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 36.7%
G = 29.06%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95768B (or 0x95768B) is known color: Mountbatten Pink. HEX triplet: 95, 76 and 8B. RGB value is (149,118,139). Sum of RGB (Red+Green+Blue) = 149+118+139=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95768B is #6A8974. Grayscale: #818181. Windows color (decimal): -6982005 or 9139861. OLE color: 9139861.

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

Color convert

RGB 149 118 139 -
CMYK 0 0.21 0.07 0.42
HSL 319.35º 0.13% 0.52% -
HSV(B) 319.35º 0.21% 0.58% -
XYZ 23.53 21.21 27.28 -
YUV 129.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 149 118 139 0 0.21 0.07 0.42 319.35 0.13 0.52
Hex 95 76 8B 0 15 7 2A 13F D 34
Octal 225 166 213 0 25 7 52 477 15 64
Binary 10010101 1110110 10001011 0 10101 111 101010 100111111 1101 110100

Color Harmonies of #95768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95768B

Black with #95768B

Text Example


Text Example

White with #95768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95768B; }

 p { color: rgb(149,118,139); }

 H1.HeaderClassName
 {
   color: #95768B;
 }
 .AnyTagClassName
 {
   color: #95768B;
 }
</style>

background-color css

<style>
 a { background-color: #95768B; }

 a { background-color: rgb(149,118,139); }

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

border-color css

<style>
 span { border-color: #95768B; }

 span { border-color: rgb(149,118,139); }

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