Html Css Color HEX #95768A Mountbatten Pink

📋 copy color: '#95768A'

red 149 ◦ green 118 ◦ blue 138

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

Shades of Mountbatten Pink #95768A

Tints of Mountbatten Pink #95768A

RGB

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

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

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

R = 36.79%
G = 29.14%
B = 34.07%

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

#95768A (or 0x95768A) is known color: Mountbatten Pink. HEX triplet: 95, 76 and 8A. RGB value is (149,118,138). Sum of RGB (Red+Green+Blue) = 149+118+138=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95768A is #6A8975. Grayscale: #818181. Windows color (decimal): -6982006 or 9074325. OLE color: 9074325.

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

Color convert

RGB 149 118 138 -
CMYK 0 0.21 0.07 0.42
HSL 321.29º 0.13% 0.52% -
HSV(B) 321.29º 0.21% 0.58% -
XYZ 23.46 21.18 26.9 -
YUV 129.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 149 118 138 0 0.21 0.07 0.42 321.29 0.13 0.52
Hex 95 76 8A 0 15 7 2A 141 D 34
Octal 225 166 212 0 25 7 52 501 15 64
Binary 10010101 1110110 10001010 0 10101 111 101010 101000001 1101 110100

Color Harmonies of #95768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95768A

Black with #95768A

Text Example


Text Example

White with #95768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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