Html Css Color HEX #9C7296 Mountbatten Pink

📋 copy color: '#9C7296'

red 156 ◦ green 114 ◦ blue 150

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

Shades of Mountbatten Pink #9C7296

Tints of Mountbatten Pink #9C7296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 37.14%
G = 27.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C7296 (or 0x9C7296) is known color: Mountbatten Pink. HEX triplet: 9C, 72 and 96. RGB value is (156,114,150). Sum of RGB (Red+Green+Blue) = 156+114+150=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7296 is #638D69. Grayscale: #828282. Windows color (decimal): -6524266 or 9859740. OLE color: 9859740.

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

Color convert

RGB 156 114 150 -
CMYK 0 0.27 0.04 0.39
HSL 308.57º 0.18% 0.53% -
HSV(B) 308.57º 0.27% 0.61% -
XYZ 25.23 21.3 31.64 -
YUV 130.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 156 114 150 0 0.27 0.04 0.39 308.57 0.18 0.53
Hex 9C 72 96 0 1B 4 27 135 12 35
Octal 234 162 226 0 33 4 47 465 22 65
Binary 10011100 1110010 10010110 0 11011 100 100111 100110101 10010 110101

Color Harmonies of #9C7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7296

Black with #9C7296

Text Example


Text Example

White with #9C7296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,114,150); }

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

background-color css

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

 a { background-color: rgb(156,114,150); }

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

border-color css

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

 span { border-color: rgb(156,114,150); }

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