Html Css Color HEX #9C688F Mountbatten Pink

📋 copy color: '#9C688F'

red 156 ◦ green 104 ◦ blue 143

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

Shades of Mountbatten Pink #9C688F

Tints of Mountbatten Pink #9C688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

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

R = 38.71%
G = 25.81%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C688F (or 0x9C688F) is known color: Mountbatten Pink. HEX triplet: 9C, 68 and 8F. RGB value is (156,104,143). Sum of RGB (Red+Green+Blue) = 156+104+143=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C688F is #639770. Grayscale: #7B7B7B. Windows color (decimal): -6526833 or 9398428. OLE color: 9398428.

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

Color convert

RGB 156 104 143 -
CMYK 0 0.33 0.08 0.39
HSL 315º 0.21% 0.51% -
HSV(B) 315º 0.33% 0.61% -
XYZ 23.62 18.95 28.4 -
YUV 123.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 156 104 143 0 0.33 0.08 0.39 315 0.21 0.51
Hex 9C 68 8F 0 21 8 27 13B 15 33
Octal 234 150 217 0 41 10 47 473 25 63
Binary 10011100 1101000 10001111 0 100001 1000 100111 100111011 10101 110011

Color Harmonies of #9C688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C688F

Black with #9C688F

Text Example


Text Example

White with #9C688F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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