Html Css Color HEX #967888 Mountbatten Pink

📋 copy color: '#967888'

red 150 ◦ green 120 ◦ blue 136

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

Shades of Mountbatten Pink #967888

Tints of Mountbatten Pink #967888

RGB

 RED value IS 150 (58.98% from 255) = 36.95%

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

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 36.95%
G = 29.56%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#967888 (or 0x967888) is known color: Mountbatten Pink. HEX triplet: 96, 78 and 88. RGB value is (150,120,136). Sum of RGB (Red+Green+Blue) = 150+120+136=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #967888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967888 is #698777. Grayscale: #828282. Windows color (decimal): -6915960 or 8943766. OLE color: 8943766.

HSL color Cylindrical-coordinate representation of color #967888: hue angle of 328º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #967888 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 136 -
CMYK 0 0.20 0.09 0.41
HSL 328º 0.13% 0.53% -
HSV(B) 328º 0.2% 0.59% -
XYZ 23.74 21.69 26.23 -
YUV 130.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 150 120 136 0 0.20 0.09 0.41 328 0.13 0.53
Hex 96 78 88 0 14 9 29 148 C 35
Octal 226 170 210 0 24 11 51 510 14 65
Binary 10010110 1111000 10001000 0 10100 1001 101001 101001000 1100 110101

Color Harmonies of #967888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967888

Black with #967888

Text Example


Text Example

White with #967888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967888; }

 p { color: rgb(150,120,136); }

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

background-color css

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

 a { background-color: rgb(150,120,136); }

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

border-color css

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

 span { border-color: rgb(150,120,136); }

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