Html Css Color HEX #9C738B Mountbatten Pink

📋 copy color: '#9C738B'

red 156 ◦ green 115 ◦ blue 139

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

Shades of Mountbatten Pink #9C738B

Tints of Mountbatten Pink #9C738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 38.05%
G = 28.05%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C738B (or 0x9C738B) is known color: Mountbatten Pink. HEX triplet: 9C, 73 and 8B. RGB value is (156,115,139). Sum of RGB (Red+Green+Blue) = 156+115+139=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C738B is #638C74. Grayscale: #818181. Windows color (decimal): -6524021 or 9139100. OLE color: 9139100.

HSL color Cylindrical-coordinate representation of color #9C738B: hue angle of 324.88º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C738B is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 115 139 -
CMYK 0 0.26 0.11 0.39
HSL 324.88º 0.17% 0.53% -
HSV(B) 324.88º 0.26% 0.61% -
XYZ 24.5 21.19 27.23 -
YUV 130 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 156 115 139 0 0.26 0.11 0.39 324.88 0.17 0.53
Hex 9C 73 8B 0 1A B 27 145 11 35
Octal 234 163 213 0 32 13 47 505 21 65
Binary 10011100 1110011 10001011 0 11010 1011 100111 101000101 10001 110101

Color Harmonies of #9C738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C738B

Black with #9C738B

Text Example


Text Example

White with #9C738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,115,139); }

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

background-color css

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

 a { background-color: rgb(156,115,139); }

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

border-color css

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

 span { border-color: rgb(156,115,139); }

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