Html Css Color HEX #9C8992 Mountbatten Pink

📋 copy color: '#9C8992'

red 156 ◦ green 137 ◦ blue 146

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

Shades of Mountbatten Pink #9C8992

Tints of Mountbatten Pink #9C8992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.21%

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 35.54%
G = 31.21%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9C8992 (or 0x9C8992) is known color: Mountbatten Pink. HEX triplet: 9C, 89 and 92. RGB value is (156,137,146). Sum of RGB (Red+Green+Blue) = 156+137+146=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8992 is #63766D. Grayscale: #8F8F8F. Windows color (decimal): -6518382 or 9603484. OLE color: 9603484.

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

Color convert

RGB 156 137 146 -
CMYK 0 0.12 0.06 0.39
HSL 331.58º 0.09% 0.57% -
HSV(B) 331.58º 0.12% 0.61% -
XYZ 27.84 27.03 30.94 -
YUV 143.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 156 137 146 0 0.12 0.06 0.39 331.58 0.09 0.57
Hex 9C 89 92 0 C 6 27 14C 9 39
Octal 234 211 222 0 14 6 47 514 11 71
Binary 10011100 10001001 10010010 0 1100 110 100111 101001100 1001 111001

Color Harmonies of #9C8992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8992

Black with #9C8992

Text Example


Text Example

White with #9C8992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,137,146); }

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

background-color css

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

 a { background-color: rgb(156,137,146); }

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

border-color css

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

 span { border-color: rgb(156,137,146); }

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