Html Css Color HEX #99688F Mountbatten Pink

📋 copy color: '#99688F'

red 153 ◦ green 104 ◦ blue 143

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

Shades of Mountbatten Pink #99688F

Tints of Mountbatten Pink #99688F

RGB

 RED value IS 153 (60.16% from 255) = 38.25%

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

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

R = 38.25%
G = 26%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99688F (or 0x99688F) is known color: Mountbatten Pink. HEX triplet: 99, 68 and 8F. RGB value is (153,104,143). Sum of RGB (Red+Green+Blue) = 153+104+143=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #99688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99688F is #669770. Grayscale: #7A7A7A. Windows color (decimal): -6723441 or 9398425. OLE color: 9398425.

HSL color Cylindrical-coordinate representation of color #99688F: hue angle of 312.24º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99688F is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 143 -
CMYK 0 0.32 0.07 0.4
HSL 312.24º 0.19% 0.5% -
HSV(B) 312.24º 0.32% 0.6% -
XYZ 23.05 18.66 28.37 -
YUV 123.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 153 104 143 0 0.32 0.07 0.4 312.24 0.19 0.5
Hex 99 68 8F 0 20 7 28 138 13 32
Octal 231 150 217 0 40 7 50 470 23 62
Binary 10011001 1101000 10001111 0 100000 111 101000 100111000 10011 110010

Color Harmonies of #99688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99688F

Black with #99688F

Text Example


Text Example

White with #99688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99688F; }

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

 H1.HeaderClassName
 {
   color: #99688F;
 }
 .AnyTagClassName
 {
   color: #99688F;
 }
</style>

background-color css

<style>
 a { background-color: #99688F; }

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

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

border-color css

<style>
 span { border-color: #99688F; }

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

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