#9C8B94

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

Shades of Bouquet #9C8B94

Tints of Bouquet #9C8B94

Color information

#9C8B94 (or 0x9C8B94) is unknown color: approx Bouquet. HEX triplet: 9C, 8B and 94. RGB value is (156,139,148). Sum of RGB (Red+Green+Blue) = 156+139+148=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8B94 is #63746B. Grayscale: #919191. Windows color (decimal): -6517868 or 9735068. OLE color: 9735068.

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

Color convert

RGB156139148-
CMYK00.110.050.39
HSL328.24º7.91%57.84%-
HSV(B)328.24º10.9%61.18%-
XYZ28.2927.6731.87-
YUV145.11129.63135.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=35.21%
G=31.38%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613914800.110.050.39328.247.9157.84
Hex9C8B940B52714883a
Octal2342132240135475101072
Binary100111001000101110010100010111011001111010010001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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