Html Css Color HEX #9C7B96 Mountbatten Pink

📋 copy color: '#9C7B96'

red 156 ◦ green 123 ◦ blue 150

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

Shades of Mountbatten Pink #9C7B96

Tints of Mountbatten Pink #9C7B96

RGB

 RED value IS 156 (61.33% from 255) = 36.36%

 GREEN value IS 123 (48.44% from 255) = 28.67%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 36.36%
G = 28.67%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C7B96 (or 0x9C7B96) is known color: Mountbatten Pink. HEX triplet: 9C, 7B and 96. RGB value is (156,123,150). Sum of RGB (Red+Green+Blue) = 156+123+150=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7B96 is #638469. Grayscale: #878787. Windows color (decimal): -6521962 or 9862044. OLE color: 9862044.

HSL color Cylindrical-coordinate representation of color #9C7B96: hue angle of 310.91º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C7B96 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 123 150 -
CMYK 0 0.21 0.04 0.39
HSL 310.91º 0.14% 0.55% -
HSV(B) 310.91º 0.21% 0.61% -
XYZ 26.3 23.44 31.99 -
YUV 135.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 156 123 150 0 0.21 0.04 0.39 310.91 0.14 0.55
Hex 9C 7B 96 0 15 4 27 137 E 37
Octal 234 173 226 0 25 4 47 467 16 67
Binary 10011100 1111011 10010110 0 10101 100 100111 100110111 1110 110111

Color Harmonies of #9C7B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7B96

Black with #9C7B96

Text Example


Text Example

White with #9C7B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7B96; }

 p { color: rgb(156,123,150); }

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

background-color css

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

 a { background-color: rgb(156,123,150); }

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

border-color css

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

 span { border-color: rgb(156,123,150); }

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