Html Css Color HEX #9D708A Mountbatten Pink

📋 copy color: '#9D708A'

red 157 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #9D708A

Tints of Mountbatten Pink #9D708A

RGB

 RED value IS 157 (61.72% from 255) = 38.57%

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 38.57%
G = 27.52%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D708A (or 0x9D708A) is known color: Mountbatten Pink. HEX triplet: 9D, 70 and 8A. RGB value is (157,112,138). Sum of RGB (Red+Green+Blue) = 157+112+138=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D708A is #628F75. Grayscale: #808080. Windows color (decimal): -6459254 or 9072797. OLE color: 9072797.

HSL color Cylindrical-coordinate representation of color #9D708A: hue angle of 325.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D708A is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 112 138 -
CMYK 0 0.29 0.12 0.38
HSL 325.33º 0.19% 0.53% -
HSV(B) 325.33º 0.29% 0.62% -
XYZ 24.29 20.59 26.74 -
YUV 128.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 157 112 138 0 0.29 0.12 0.38 325.33 0.19 0.53
Hex 9D 70 8A 0 1D C 26 145 13 35
Octal 235 160 212 0 35 14 46 505 23 65
Binary 10011101 1110000 10001010 0 11101 1100 100110 101000101 10011 110101

Color Harmonies of #9D708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D708A

Black with #9D708A

Text Example


Text Example

White with #9D708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,112,138); }

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

background-color css

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

 a { background-color: rgb(157,112,138); }

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

border-color css

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

 span { border-color: rgb(157,112,138); }

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