Html Css Color HEX #967587 Mountbatten Pink

📋 copy color: '#967587'

red 150 ◦ green 117 ◦ blue 135

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

Shades of Mountbatten Pink #967587

Tints of Mountbatten Pink #967587

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

 BLUE value IS 135 (53.13% from 255) = 33.58%

R = 37.31%
G = 29.1%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#967587 (or 0x967587) is known color: Mountbatten Pink. HEX triplet: 96, 75 and 87. RGB value is (150,117,135). Sum of RGB (Red+Green+Blue) = 150+117+135=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967587 is #698A78. Grayscale: #808080. Windows color (decimal): -6916729 or 8877462. OLE color: 8877462.

HSL color Cylindrical-coordinate representation of color #967587: hue angle of 327.27º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967587 is Cyan = 0, Magento = 0.22, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 135 -
CMYK 0 0.22 0.1 0.41
HSL 327.27º 0.14% 0.52% -
HSV(B) 327.27º 0.22% 0.59% -
XYZ 23.31 20.96 25.74 -
YUV 128.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 150 117 135 0 0.22 0.1 0.41 327.27 0.14 0.52
Hex 96 75 87 0 16 A 29 147 E 34
Octal 226 165 207 0 26 12 51 507 16 64
Binary 10010110 1110101 10000111 0 10110 1010 101001 101000111 1110 110100

Color Harmonies of #967587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967587

Black with #967587

Text Example


Text Example

White with #967587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967587; }

 p { color: rgb(150,117,135); }

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

background-color css

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

 a { background-color: rgb(150,117,135); }

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

border-color css

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

 span { border-color: rgb(150,117,135); }

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