#9C8895

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

Shades of Bouquet #9C8895

Tints of Bouquet #9C8895

Color information

#9C8895 (or 0x9C8895) is unknown color: approx Bouquet. HEX triplet: 9C, 88 and 95. RGB value is (156,136,149). Sum of RGB (Red+Green+Blue) = 156+136+149=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8895 is #63776A. Grayscale: #8F8F8F. Windows color (decimal): -6518635 or 9799836. OLE color: 9799836.

HSL color Cylindrical-coordinate representation of color #9C8895: hue angle of 321º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C8895 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB156136149-
CMYK00.130.040.39
HSL321º9.17%57.25%-
HSV(B)321º12.82%61.18%-
XYZ27.9426.8532.14-
YUV143.46131.13136.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 149 (58.59% from 255) = 33.79%
R=35.37%
G=30.84%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613614900.130.040.393219.1757.25
Hex9C88950D427141939
Octal2342102250154475011171
Binary100111001000100010010101011011001001111010000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,136,149); }

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

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

 a { background-color: rgb(156,136,149); }

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

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

 span { border-color: rgb(156,136,149); }

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