Html Css Color HEX #9C8790 Mountbatten Pink

📋 copy color: '#9C8790'

red 156 ◦ green 135 ◦ blue 144

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

Shades of Mountbatten Pink #9C8790

Tints of Mountbatten Pink #9C8790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 35.86%
G = 31.03%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C8790 (or 0x9C8790) is known color: Mountbatten Pink. HEX triplet: 9C, 87 and 90. RGB value is (156,135,144). Sum of RGB (Red+Green+Blue) = 156+135+144=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8790 is #63786F. Grayscale: #8E8E8E. Windows color (decimal): -6518896 or 9471900. OLE color: 9471900.

HSL color Cylindrical-coordinate representation of color #9C8790: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C8790 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 135 144 -
CMYK 0 0.13 0.08 0.39
HSL 334.29º 0.1% 0.57% -
HSV(B) 334.29º 0.13% 0.61% -
XYZ 27.41 26.41 30.04 -
YUV 142.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 156 135 144 0 0.13 0.08 0.39 334.29 0.1 0.57
Hex 9C 87 90 0 D 8 27 14E A 39
Octal 234 207 220 0 15 10 47 516 12 71
Binary 10011100 10000111 10010000 0 1101 1000 100111 101001110 1010 111001

Color Harmonies of #9C8790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8790

Black with #9C8790

Text Example


Text Example

White with #9C8790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,135,144); }

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

background-color css

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

 a { background-color: rgb(156,135,144); }

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

border-color css

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

 span { border-color: rgb(156,135,144); }

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