Html Css Color HEX #9C748F Mountbatten Pink

📋 copy color: '#9C748F'

red 156 ◦ green 116 ◦ blue 143

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

Shades of Mountbatten Pink #9C748F

Tints of Mountbatten Pink #9C748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

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

R = 37.59%
G = 27.95%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C748F (or 0x9C748F) is known color: Mountbatten Pink. HEX triplet: 9C, 74 and 8F. RGB value is (156,116,143). Sum of RGB (Red+Green+Blue) = 156+116+143=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C748F is #638B70. Grayscale: #828282. Windows color (decimal): -6523761 or 9401500. OLE color: 9401500.

HSL color Cylindrical-coordinate representation of color #9C748F: hue angle of 319.5º 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 #9C748F is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 116 143 -
CMYK 0 0.26 0.08 0.39
HSL 319.5º 0.17% 0.53% -
HSV(B) 319.5º 0.26% 0.61% -
XYZ 24.91 21.54 28.83 -
YUV 131.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 156 116 143 0 0.26 0.08 0.39 319.5 0.17 0.53
Hex 9C 74 8F 0 1A 8 27 140 11 35
Octal 234 164 217 0 32 10 47 500 21 65
Binary 10011100 1110100 10001111 0 11010 1000 100111 101000000 10001 110101

Color Harmonies of #9C748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C748F

Black with #9C748F

Text Example


Text Example

White with #9C748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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