Html Css Color HEX #95788C Mountbatten Pink

📋 copy color: '#95788C'

red 149 ◦ green 120 ◦ blue 140

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

Shades of Mountbatten Pink #95788C

Tints of Mountbatten Pink #95788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.34%

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

R = 36.43%
G = 29.34%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95788C (or 0x95788C) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 8C. RGB value is (149,120,140). Sum of RGB (Red+Green+Blue) = 149+120+140=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95788C is #6A8773. Grayscale: #828282. Windows color (decimal): -6981492 or 9205909. OLE color: 9205909.

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

Color convert

RGB 149 120 140 -
CMYK 0 0.19 0.06 0.42
HSL 318.62º 0.12% 0.53% -
HSV(B) 318.62º 0.19% 0.58% -
XYZ 23.84 21.72 27.75 -
YUV 130.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 149 120 140 0 0.19 0.06 0.42 318.62 0.12 0.53
Hex 95 78 8C 0 13 6 2A 13F C 35
Octal 225 170 214 0 23 6 52 477 14 65
Binary 10010101 1111000 10001100 0 10011 110 101010 100111111 1100 110101

Color Harmonies of #95788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95788C

Black with #95788C

Text Example


Text Example

White with #95788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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