Html Css Color HEX #9C768E Mountbatten Pink

📋 copy color: '#9C768E'

red 156 ◦ green 118 ◦ blue 142

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

Shades of Mountbatten Pink #9C768E

Tints of Mountbatten Pink #9C768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 37.5%
G = 28.37%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C768E (or 0x9C768E) is known color: Mountbatten Pink. HEX triplet: 9C, 76 and 8E. RGB value is (156,118,142). Sum of RGB (Red+Green+Blue) = 156+118+142=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C768E is #638971. Grayscale: #848484. Windows color (decimal): -6523250 or 9336476. OLE color: 9336476.

HSL color Cylindrical-coordinate representation of color #9C768E: hue angle of 322.11º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C768E is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 118 142 -
CMYK 0 0.24 0.09 0.39
HSL 322.11º 0.16% 0.54% -
HSV(B) 322.11º 0.24% 0.61% -
XYZ 25.07 21.98 28.51 -
YUV 132.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 156 118 142 0 0.24 0.09 0.39 322.11 0.16 0.54
Hex 9C 76 8E 0 18 9 27 142 10 36
Octal 234 166 216 0 30 11 47 502 20 66
Binary 10011100 1110110 10001110 0 11000 1001 100111 101000010 10000 110110

Color Harmonies of #9C768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C768E

Black with #9C768E

Text Example


Text Example

White with #9C768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,118,142); }

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

background-color css

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

 a { background-color: rgb(156,118,142); }

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

border-color css

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

 span { border-color: rgb(156,118,142); }

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