#9C8794

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

Shades of Bouquet #9C8794

Tints of Bouquet #9C8794

Color information

#9C8794 (or 0x9C8794) is unknown color: approx Bouquet. HEX triplet: 9C, 87 and 94. RGB value is (156,135,148). Sum of RGB (Red+Green+Blue) = 156+135+148=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8794 is #63786B. Grayscale: #8E8E8E. Windows color (decimal): -6518892 or 9734044. OLE color: 9734044.

HSL color Cylindrical-coordinate representation of color #9C8794: hue angle of 322.86º degrees, saturation: 0.1, 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 #9C8794 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB156135148-
CMYK00.130.050.39
HSL322.86º9.59%57.06%-
HSV(B)322.86º13.46%61.18%-
XYZ27.7226.5331.68-
YUV142.76130.96137.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=35.54%
G=30.75%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613514800.130.050.39322.869.5957.06
Hex9C87940D527143a39
Octal2342072240155475031271
Binary100111001000011110010100011011011001111010000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,135,148); }

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

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

 a { background-color: rgb(156,135,148); }

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

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

 span { border-color: rgb(156,135,148); }

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