Html Css Color HEX #9C758F Mountbatten Pink

📋 copy color: '#9C758F'

red 156 ◦ green 117 ◦ blue 143

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

Shades of Mountbatten Pink #9C758F

Tints of Mountbatten Pink #9C758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 37.5%
G = 28.13%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C758F (or 0x9C758F) is known color: Mountbatten Pink. HEX triplet: 9C, 75 and 8F. RGB value is (156,117,143). Sum of RGB (Red+Green+Blue) = 156+117+143=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C758F is #638A70. Grayscale: #838383. Windows color (decimal): -6523505 or 9401756. OLE color: 9401756.

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

Color convert

RGB 156 117 143 -
CMYK 0 0.25 0.08 0.39
HSL 320º 0.16% 0.54% -
HSV(B) 320º 0.25% 0.61% -
XYZ 25.03 21.77 28.87 -
YUV 131.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 156 117 143 0 0.25 0.08 0.39 320 0.16 0.54
Hex 9C 75 8F 0 19 8 27 140 10 36
Octal 234 165 217 0 31 10 47 500 20 66
Binary 10011100 1110101 10001111 0 11001 1000 100111 101000000 10000 110110

Color Harmonies of #9C758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C758F

Black with #9C758F

Text Example


Text Example

White with #9C758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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