Html Css Color HEX #9C718F Mountbatten Pink

📋 copy color: '#9C718F'

red 156 ◦ green 113 ◦ blue 143

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

Shades of Mountbatten Pink #9C718F

Tints of Mountbatten Pink #9C718F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.43%

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 37.86%
G = 27.43%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C718F (or 0x9C718F) is known color: Mountbatten Pink. HEX triplet: 9C, 71 and 8F. RGB value is (156,113,143). Sum of RGB (Red+Green+Blue) = 156+113+143=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C718F is #638E70. Grayscale: #818181. Windows color (decimal): -6524529 or 9400732. OLE color: 9400732.

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

Color convert

RGB 156 113 143 -
CMYK 0 0.28 0.08 0.39
HSL 318.14º 0.18% 0.53% -
HSV(B) 318.14º 0.28% 0.61% -
XYZ 24.57 20.86 28.72 -
YUV 129.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 156 113 143 0 0.28 0.08 0.39 318.14 0.18 0.53
Hex 9C 71 8F 0 1C 8 27 13E 12 35
Octal 234 161 217 0 34 10 47 476 22 65
Binary 10011100 1110001 10001111 0 11100 1000 100111 100111110 10010 110101

Color Harmonies of #9C718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C718F

Black with #9C718F

Text Example


Text Example

White with #9C718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,113,143); }

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

background-color css

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

 a { background-color: rgb(156,113,143); }

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

border-color css

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

 span { border-color: rgb(156,113,143); }

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