Html Css Color HEX #95768E Mountbatten Pink

📋 copy color: '#95768E'

red 149 ◦ green 118 ◦ blue 142

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

Shades of Mountbatten Pink #95768E

Tints of Mountbatten Pink #95768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 36.43%
G = 28.85%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95768E (or 0x95768E) is known color: Mountbatten Pink. HEX triplet: 95, 76 and 8E. RGB value is (149,118,142). Sum of RGB (Red+Green+Blue) = 149+118+142=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95768E is #6A8971. Grayscale: #818181. Windows color (decimal): -6982002 or 9336469. OLE color: 9336469.

HSL color Cylindrical-coordinate representation of color #95768E: hue angle of 313.55º 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 #95768E is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 142 -
CMYK 0 0.21 0.05 0.42
HSL 313.55º 0.13% 0.52% -
HSV(B) 313.55º 0.21% 0.58% -
XYZ 23.76 21.3 28.45 -
YUV 130.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 149 118 142 0 0.21 0.05 0.42 313.55 0.13 0.52
Hex 95 76 8E 0 15 5 2A 13A D 34
Octal 225 166 216 0 25 5 52 472 15 64
Binary 10010101 1110110 10001110 0 10101 101 101010 100111010 1101 110100

Color Harmonies of #95768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95768E

Black with #95768E

Text Example


Text Example

White with #95768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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