Html Css Color HEX #967088 Mountbatten Pink

📋 copy color: '#967088'

red 150 ◦ green 112 ◦ blue 136

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

Shades of Mountbatten Pink #967088

Tints of Mountbatten Pink #967088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

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

R = 37.69%
G = 28.14%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#967088 (or 0x967088) is known color: Mountbatten Pink. HEX triplet: 96, 70 and 88. RGB value is (150,112,136). Sum of RGB (Red+Green+Blue) = 150+112+136=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967088 is #698F77. Grayscale: #7E7E7E. Windows color (decimal): -6918008 or 8941718. OLE color: 8941718.

HSL color Cylindrical-coordinate representation of color #967088: hue angle of 322.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967088 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 136 -
CMYK 0 0.25 0.09 0.41
HSL 322.11º 0.15% 0.51% -
HSV(B) 322.11º 0.25% 0.59% -
XYZ 22.82 19.85 25.92 -
YUV 126.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 150 112 136 0 0.25 0.09 0.41 322.11 0.15 0.51
Hex 96 70 88 0 19 9 29 142 F 33
Octal 226 160 210 0 31 11 51 502 17 63
Binary 10010110 1110000 10001000 0 11001 1001 101001 101000010 1111 110011

Color Harmonies of #967088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967088

Black with #967088

Text Example


Text Example

White with #967088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967088; }

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

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

background-color css

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

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

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

border-color css

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

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

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