Html Css Color HEX #99678E Mountbatten Pink

📋 copy color: '#99678E'

red 153 ◦ green 103 ◦ blue 142

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

Shades of Mountbatten Pink #99678E

Tints of Mountbatten Pink #99678E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

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

R = 38.44%
G = 25.88%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99678E (or 0x99678E) is known color: Mountbatten Pink. HEX triplet: 99, 67 and 8E. RGB value is (153,103,142). Sum of RGB (Red+Green+Blue) = 153+103+142=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #99678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99678E is #669871. Grayscale: #7A7A7A. Windows color (decimal): -6723698 or 9332633. OLE color: 9332633.

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

Color convert

RGB 153 103 142 -
CMYK 0 0.33 0.07 0.4
HSL 313.2º 0.2% 0.5% -
HSV(B) 313.2º 0.33% 0.6% -
XYZ 22.87 18.43 27.94 -
YUV 122.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 153 103 142 0 0.33 0.07 0.4 313.2 0.2 0.5
Hex 99 67 8E 0 21 7 28 139 14 32
Octal 231 147 216 0 41 7 50 471 24 62
Binary 10011001 1100111 10001110 0 100001 111 101000 100111001 10100 110010

Color Harmonies of #99678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99678E

Black with #99678E

Text Example


Text Example

White with #99678E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99678E; }

 p { color: rgb(153,103,142); }

 H1.HeaderClassName
 {
   color: #99678E;
 }
 .AnyTagClassName
 {
   color: #99678E;
 }
</style>

background-color css

<style>
 a { background-color: #99678E; }

 a { background-color: rgb(153,103,142); }

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

border-color css

<style>
 span { border-color: #99678E; }

 span { border-color: rgb(153,103,142); }

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