Html Css Color HEX #997595 Mountbatten Pink

📋 copy color: '#997595'

red 153 ◦ green 117 ◦ blue 149

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

Shades of Mountbatten Pink #997595

Tints of Mountbatten Pink #997595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.92%

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 36.52%
G = 27.92%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#997595 (or 0x997595) is known color: Mountbatten Pink. HEX triplet: 99, 75 and 95. RGB value is (153,117,149). Sum of RGB (Red+Green+Blue) = 153+117+149=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997595 is #668A6A. Grayscale: #838383. Windows color (decimal): -6720107 or 9794969. OLE color: 9794969.

HSL color Cylindrical-coordinate representation of color #997595: hue angle of 306.67º 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 #997595 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 149 -
CMYK 0 0.24 0.03 0.4
HSL 306.67º 0.15% 0.53% -
HSV(B) 306.67º 0.24% 0.6% -
XYZ 24.92 21.66 31.3 -
YUV 131.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 153 117 149 0 0.24 0.03 0.4 306.67 0.15 0.53
Hex 99 75 95 0 18 3 28 133 F 35
Octal 231 165 225 0 30 3 50 463 17 65
Binary 10011001 1110101 10010101 0 11000 11 101000 100110011 1111 110101

Color Harmonies of #997595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997595

Black with #997595

Text Example


Text Example

White with #997595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997595; }

 p { color: rgb(153,117,149); }

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

background-color css

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

 a { background-color: rgb(153,117,149); }

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

border-color css

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

 span { border-color: rgb(153,117,149); }

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