Html Css Color HEX #9C7A96 Mountbatten Pink

📋 copy color: '#9C7A96'

red 156 ◦ green 122 ◦ blue 150

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

Shades of Mountbatten Pink #9C7A96

Tints of Mountbatten Pink #9C7A96

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.5%

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

R = 36.45%
G = 28.5%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C7A96 (or 0x9C7A96) is known color: Mountbatten Pink. HEX triplet: 9C, 7A and 96. RGB value is (156,122,150). Sum of RGB (Red+Green+Blue) = 156+122+150=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A96 is #638569. Grayscale: #878787. Windows color (decimal): -6522218 or 9861788. OLE color: 9861788.

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

Color convert

RGB 156 122 150 -
CMYK 0 0.22 0.04 0.39
HSL 310.59º 0.15% 0.55% -
HSV(B) 310.59º 0.22% 0.61% -
XYZ 26.17 23.19 31.95 -
YUV 135.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 156 122 150 0 0.22 0.04 0.39 310.59 0.15 0.55
Hex 9C 7A 96 0 16 4 27 137 F 37
Octal 234 172 226 0 26 4 47 467 17 67
Binary 10011100 1111010 10010110 0 10110 100 100111 100110111 1111 110111

Color Harmonies of #9C7A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A96

Black with #9C7A96

Text Example


Text Example

White with #9C7A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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