#9C8395

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

Shades of Bouquet #9C8395

Tints of Bouquet #9C8395

Color information

#9C8395 (or 0x9C8395) is unknown color: approx Bouquet. HEX triplet: 9C, 83 and 95. RGB value is (156,131,149). Sum of RGB (Red+Green+Blue) = 156+131+149=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8395 is #637C6A. Grayscale: #8C8C8C. Windows color (decimal): -6519915 or 9798556. OLE color: 9798556.

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

Color convert

RGB156131149-
CMYK00.160.040.39
HSL316.8º11.21%56.27%-
HSV(B)316.8º16.03%61.18%-
XYZ27.2525.4731.91-
YUV140.53132.78139.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=35.78%
G=30.05%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613114900.160.040.39316.811.2156.27
Hex9C839501042713db38
Octal2342032250204474751370
Binary1001110010000011100101010100001001001111001111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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