Html Css Color HEX #99748C Mountbatten Pink

📋 copy color: '#99748C'

red 153 ◦ green 116 ◦ blue 140

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

Shades of Mountbatten Pink #99748C

Tints of Mountbatten Pink #99748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 37.41%
G = 28.36%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99748C (or 0x99748C) is known color: Mountbatten Pink. HEX triplet: 99, 74 and 8C. RGB value is (153,116,140). Sum of RGB (Red+Green+Blue) = 153+116+140=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99748C is #668B73. Grayscale: #818181. Windows color (decimal): -6720372 or 9204889. OLE color: 9204889.

HSL color Cylindrical-coordinate representation of color #99748C: hue angle of 321.08º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99748C is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 140 -
CMYK 0 0.24 0.08 0.4
HSL 321.08º 0.15% 0.53% -
HSV(B) 321.08º 0.24% 0.6% -
XYZ 24.12 21.16 27.62 -
YUV 129.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 153 116 140 0 0.24 0.08 0.4 321.08 0.15 0.53
Hex 99 74 8C 0 18 8 28 141 F 35
Octal 231 164 214 0 30 10 50 501 17 65
Binary 10011001 1110100 10001100 0 11000 1000 101000 101000001 1111 110101

Color Harmonies of #99748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99748C

Black with #99748C

Text Example


Text Example

White with #99748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99748C; }

 p { color: rgb(153,116,140); }

 H1.HeaderClassName
 {
   color: #99748C;
 }
 .AnyTagClassName
 {
   color: #99748C;
 }
</style>

background-color css

<style>
 a { background-color: #99748C; }

 a { background-color: rgb(153,116,140); }

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

border-color css

<style>
 span { border-color: #99748C; }

 span { border-color: rgb(153,116,140); }

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