#9C8D99

Color #9C8D99 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9C8D99

Tints of Bouquet #9C8D99

Color information

#9C8D99 (or 0x9C8D99) is unknown color: approx Bouquet. HEX triplet: 9C, 8D and 99. RGB value is (156,141,153). Sum of RGB (Red+Green+Blue) = 156+141+153=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8D99 is #637266. Grayscale: #929292. Windows color (decimal): -6517351 or 10063260. OLE color: 10063260.

HSL color Cylindrical-coordinate representation of color #9C8D99: hue angle of 312º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C8D99 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB156141153-
CMYK00.100.020.39
HSL312º7.04%58.24%-
HSV(B)312º9.62%61.18%-
XYZ28.9828.4234.09-
YUV146.85131.47134.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 153 (60.16% from 255) = 34%
R=34.67%
G=31.33%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614115300.100.020.393127.0458.24
Hex9C8D990A22713873a
Octal234215231012247470772
Binary1001110010001101100110010101010100111100111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,141,153); }

 H1.HeaderClassName
 {
   color: #9C8D99;
 }
 .AnyTagClassName
 {
   color: #9C8D99;
 }
</style>
background-color css

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

 a { background-color: rgb(156,141,153); }

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

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

 span { border-color: rgb(156,141,153); }

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