Html Css Color HEX #9C8290 Mountbatten Pink

📋 copy color: '#9C8290'

red 156 ◦ green 130 ◦ blue 144

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

Shades of Mountbatten Pink #9C8290

Tints of Mountbatten Pink #9C8290

RGB

 RED value IS 156 (61.33% from 255) = 36.28%

 GREEN value IS 130 (51.17% from 255) = 30.23%

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 36.28%
G = 30.23%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C8290 (or 0x9C8290) is known color: Mountbatten Pink. HEX triplet: 9C, 82 and 90. RGB value is (156,130,144). Sum of RGB (Red+Green+Blue) = 156+130+144=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8290 is #637D6F. Grayscale: #8B8B8B. Windows color (decimal): -6520176 or 9470620. OLE color: 9470620.

HSL color Cylindrical-coordinate representation of color #9C8290: hue angle of 327.69º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C8290 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 130 144 -
CMYK 0 0.17 0.08 0.39
HSL 327.69º 0.12% 0.56% -
HSV(B) 327.69º 0.17% 0.61% -
XYZ 26.73 25.05 29.81 -
YUV 139.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 156 130 144 0 0.17 0.08 0.39 327.69 0.12 0.56
Hex 9C 82 90 0 11 8 27 148 C 38
Octal 234 202 220 0 21 10 47 510 14 70
Binary 10011100 10000010 10010000 0 10001 1000 100111 101001000 1100 111000

Color Harmonies of #9C8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8290

Black with #9C8290

Text Example


Text Example

White with #9C8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C8290; }

 p { color: rgb(156,130,144); }

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

background-color css

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

 a { background-color: rgb(156,130,144); }

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

border-color css

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

 span { border-color: rgb(156,130,144); }

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