Html Css Color HEX #98768C Mountbatten Pink

📋 copy color: '#98768C'

red 152 ◦ green 118 ◦ blue 140

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

Shades of Mountbatten Pink #98768C

Tints of Mountbatten Pink #98768C

RGB

 RED value IS 152 (59.77% from 255) = 37.07%

 GREEN value IS 118 (46.48% from 255) = 28.78%

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

R = 37.07%
G = 28.78%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98768C (or 0x98768C) is known color: Mountbatten Pink. HEX triplet: 98, 76 and 8C. RGB value is (152,118,140). Sum of RGB (Red+Green+Blue) = 152+118+140=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #98768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98768C is #678973. Grayscale: #828282. Windows color (decimal): -6785396 or 9205400. OLE color: 9205400.

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

Color convert

RGB 152 118 140 -
CMYK 0 0.22 0.08 0.40
HSL 321.18º 0.14% 0.53% -
HSV(B) 321.18º 0.22% 0.6% -
XYZ 24.16 21.53 27.69 -
YUV 130.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 152 118 140 0 0.22 0.08 0.40 321.18 0.14 0.53
Hex 98 76 8C 0 16 8 28 141 E 35
Octal 230 166 214 0 26 10 50 501 16 65
Binary 10011000 1110110 10001100 0 10110 1000 101000 101000001 1110 110101

Color Harmonies of #98768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98768C

Black with #98768C

Text Example


Text Example

White with #98768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,118,140); }

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

background-color css

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

 a { background-color: rgb(152,118,140); }

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

border-color css

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

 span { border-color: rgb(152,118,140); }

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