Html Css Color HEX #967588 Mountbatten Pink

📋 copy color: '#967588'

red 150 ◦ green 117 ◦ blue 136

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

Shades of Mountbatten Pink #967588

Tints of Mountbatten Pink #967588

RGB

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

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

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

R = 37.22%
G = 29.03%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#967588 (or 0x967588) is known color: Mountbatten Pink. HEX triplet: 96, 75 and 88. RGB value is (150,117,136). Sum of RGB (Red+Green+Blue) = 150+117+136=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #967588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967588 is #698A77. Grayscale: #808080. Windows color (decimal): -6916728 or 8942998. OLE color: 8942998.

HSL color Cylindrical-coordinate representation of color #967588: hue angle of 325.45º 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 #967588 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 136 -
CMYK 0 0.22 0.09 0.41
HSL 325.45º 0.14% 0.52% -
HSV(B) 325.45º 0.22% 0.59% -
XYZ 23.38 20.98 26.11 -
YUV 129.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 150 117 136 0 0.22 0.09 0.41 325.45 0.14 0.52
Hex 96 75 88 0 16 9 29 145 E 34
Octal 226 165 210 0 26 11 51 505 16 64
Binary 10010110 1110101 10001000 0 10110 1001 101001 101000101 1110 110100

Color Harmonies of #967588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967588

Black with #967588

Text Example


Text Example

White with #967588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967588; }

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

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

background-color css

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

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

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

border-color css

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

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

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